Home
last modified time | relevance | path

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

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

Completed in 39 milliseconds