Searched refs:CreateFunctionContext (Results 1 – 5 of 5) sorted by relevance
268 const Operator* op = javascript()->CreateFunctionContext(0); in TEST_F()
1122 Reduce(graph()->NewNode(javascript()->CreateFunctionContext(8), closure, in TEST_F()1139 Reduce(graph()->NewNode(javascript()->CreateFunctionContext(32), closure, in TEST_F()
575 const Operator* CreateFunctionContext(int slot_count);
970 const Operator* JSOperatorBuilder::CreateFunctionContext(int slot_count) { in CreateFunctionContext() function in v8::internal::compiler::JSOperatorBuilder
3175 const Operator* op = javascript()->CreateFunctionContext(slot_count); in BuildLocalFunctionContext()