Home
last modified time | relevance | path

Searched refs:CreateFunctionContext (Results 1 – 5 of 5) sorted by relevance

/external/v8/test/unittests/compiler/
Djs-context-relaxation-unittest.cc268 const Operator* op = javascript()->CreateFunctionContext(0); in TEST_F()
Djs-typed-lowering-unittest.cc1122 Reduce(graph()->NewNode(javascript()->CreateFunctionContext(8), closure, in TEST_F()
1139 Reduce(graph()->NewNode(javascript()->CreateFunctionContext(32), closure, in TEST_F()
/external/v8/src/compiler/
Djs-operator.h575 const Operator* CreateFunctionContext(int slot_count);
Djs-operator.cc970 const Operator* JSOperatorBuilder::CreateFunctionContext(int slot_count) { in CreateFunctionContext() function in v8::internal::compiler::JSOperatorBuilder
Dast-graph-builder.cc3175 const Operator* op = javascript()->CreateFunctionContext(slot_count); in BuildLocalFunctionContext()