Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dbytecode-array-builder.h260 BytecodeArrayBuilder& CreateWithContext(Register object, const Scope* scope);
Dbytecodes.h332 V(CreateWithContext, ImplicitRegisterUse::kWriteAccumulator, \
Dbytecode-array-builder.cc987 BytecodeArrayBuilder& BytecodeArrayBuilder::CreateWithContext( in CreateWithContext() function in v8::internal::interpreter::BytecodeArrayBuilder
Dinterpreter-generator.cc2572 IGNITION_HANDLER(CreateWithContext, InterpreterAssembler) { in IGNITION_HANDLER() argument
Dbytecode-generator.cc6897 builder()->CreateWithContext(extension_object, scope); in BuildNewLocalWithContext()
/third_party/node/deps/v8/src/maglev/
Dmaglev-graph-builder.cc730 MAGLEV_UNIMPLEMENTED_BYTECODE(CreateWithContext) in MAGLEV_UNIMPLEMENTED_BYTECODE()
/third_party/node/deps/v8/src/compiler/
Djs-operator.cc1445 const Operator* JSOperatorBuilder::CreateWithContext( in CreateWithContext() function in v8::internal::compiler::JSOperatorBuilder
Djs-operator.h1100 const Operator* CreateWithContext(const ScopeInfoRef& scope_info); in NON_EXPORTED_BASE()
Dbytecode-graph-builder.cc2232 const Operator* op = javascript()->CreateWithContext(scope_info); in VisitCreateWithContext()