Home
last modified time | relevance | path

Searched refs:CreateBlockContext (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-array-builder.h198 BytecodeArrayBuilder& CreateBlockContext(const Scope* scope); in NON_EXPORTED_BASE()
Dbytecodes.h221 V(CreateBlockContext, AccumulatorUse::kReadWrite, OperandType::kIdx) \
Dbytecode-array-builder.cc718 BytecodeArrayBuilder& BytecodeArrayBuilder::CreateBlockContext( in CreateBlockContext() function in v8::internal::interpreter::BytecodeArrayBuilder
Dbytecode-generator.cc3238 builder()->CreateBlockContext(scope); in BuildNewLocalBlockContext()
/external/v8/src/compiler/
Djs-operator.h708 const Operator* CreateBlockContext(const Handle<ScopeInfo>& scpope_info); in NON_EXPORTED_BASE()
Djs-operator.cc1066 const Operator* JSOperatorBuilder::CreateBlockContext( in CreateBlockContext() function in v8::internal::compiler::JSOperatorBuilder
Dbytecode-graph-builder.cc1180 const Operator* op = javascript()->CreateBlockContext(scope_info); in VisitCreateBlockContext()
Dast-graph-builder.cc2329 const Operator* op = javascript()->CreateBlockContext(scope_info); in BuildLocalBlockContext()