Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dbytecode-array-builder.h253 BytecodeArrayBuilder& CreateFunctionContext(const Scope* scope, int slots);
Dbytecodes.h328 V(CreateFunctionContext, ImplicitRegisterUse::kWriteAccumulator, \
Dbytecode-array-builder.cc973 BytecodeArrayBuilder& BytecodeArrayBuilder::CreateFunctionContext( in CreateFunctionContext() function in v8::internal::interpreter::BytecodeArrayBuilder
Dinterpreter-generator.cc2543 IGNITION_HANDLER(CreateFunctionContext, InterpreterAssembler) { in IGNITION_HANDLER() argument
Dbytecode-generator.cc6846 builder()->CreateFunctionContext(scope, slot_count); in BuildNewLocalActivationContext()
/third_party/node/deps/v8/src/maglev/
Dmaglev-graph-builder.cc728 MAGLEV_UNIMPLEMENTED_BYTECODE(CreateFunctionContext) in MAGLEV_UNIMPLEMENTED_BYTECODE()
/third_party/node/deps/v8/src/compiler/
Djs-operator.cc1425 const Operator* JSOperatorBuilder::CreateFunctionContext( in CreateFunctionContext() function in v8::internal::compiler::JSOperatorBuilder
Djs-operator.h1097 const Operator* CreateFunctionContext(const ScopeInfoRef& scope_info, in NON_EXPORTED_BASE()
Djs-call-reducer.cc841 TNode<Context> CreateFunctionContext(const NativeContextRef& native_context, in CreateFunctionContext() function in v8::internal::compiler::PromiseBuiltinReducerAssembler
845 javascript()->CreateFunctionContext( in CreateFunctionContext()
2277 TNode<Context> promise_context = CreateFunctionContext( in ReducePromiseConstructor()
7000 graph()->NewNode(javascript()->CreateFunctionContext( in ReducePromisePrototypeFinally()
Dbytecode-graph-builder.cc2203 javascript()->CreateFunctionContext(scope_info, slots, FUNCTION_SCOPE); in VisitCreateFunctionContext()
2212 javascript()->CreateFunctionContext(scope_info, slots, EVAL_SCOPE); in VisitCreateEvalContext()