Searched refs:FastNewFunctionContext (Results 1 – 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
D | constructor.tq | 33 extern macro ConstructorBuiltinsAssembler::FastNewFunctionContext( 58 return FastNewFunctionContext(scopeInfo, slots, context, kEvalScope); 63 return FastNewFunctionContext(scopeInfo, slots, context, kFunctionScope);
|
D | builtins-constructor-gen.h | 18 TNode<Context> FastNewFunctionContext(TNode<ScopeInfo> scope_info,
|
D | builtins-constructor-gen.cc | 342 TNode<Context> ConstructorBuiltinsAssembler::FastNewFunctionContext( in FastNewFunctionContext() function in v8::internal::ConstructorBuiltinsAssembler
|
/third_party/node/deps/v8/src/codegen/ |
D | code-factory.h | 56 static Callable FastNewFunctionContext(Isolate* isolate,
|
D | code-factory.cc | 139 Callable CodeFactory::FastNewFunctionContext(Isolate* isolate, in FastNewFunctionContext() function in v8::internal::CodeFactory
|
/third_party/node/deps/v8/src/interpreter/ |
D | interpreter-generator.cc | 2549 SetAccumulator(constructor_assembler.FastNewFunctionContext( in IGNITION_HANDLER() 2563 SetAccumulator(constructor_assembler.FastNewFunctionContext( in IGNITION_HANDLER()
|
/third_party/node/deps/v8/src/compiler/ |
D | js-generic-lowering.cc | 683 CodeFactory::FastNewFunctionContext(isolate(), scope_type); in LowerJSCreateFunctionContext()
|