Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-builder.h174 BytecodeArrayBuilder& CreateWithContext(Register object, in NON_EXPORTED_BASE()
Dbytecode-array-builder.cc595 BytecodeArrayBuilder& BytecodeArrayBuilder::CreateWithContext( in CreateWithContext() function in v8::internal::interpreter::BytecodeArrayBuilder
Dbytecodes.h205 V(CreateWithContext, AccumulatorUse::kReadWrite, OperandType::kReg, \
Dbytecode-generator.cc2986 builder()->CreateWithContext(extension_object, scope->scope_info()); in BuildNewLocalWithContext()
/external/v8/src/compiler/
Djs-operator.h531 const Operator* CreateWithContext(const Handle<ScopeInfo>& scope_info); in NON_EXPORTED_BASE()
Djs-operator.cc875 const Operator* JSOperatorBuilder::CreateWithContext( in CreateWithContext() function in v8::internal::compiler::JSOperatorBuilder
Dbytecode-graph-builder.cc1166 const Operator* op = javascript()->CreateWithContext(scope_info); in VisitCreateWithContext()
Dast-graph-builder.cc1247 const Operator* op = javascript()->CreateWithContext(scope_info); in VisitWithStatement()