Home
last modified time | relevance | path

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

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

Completed in 53 milliseconds