/third_party/node/deps/v8/src/codegen/ |
D | code-factory.h | 70 static Callable ConstructWithSpread(Isolate* isolate);
|
D | code-factory.cc | 212 Callable CodeFactory::ConstructWithSpread(Isolate* isolate) { in ConstructWithSpread() function in v8::internal::CodeFactory
|
D | interface-descriptors.h | 67 V(ConstructWithSpread) \
|
/third_party/node/deps/v8/src/interpreter/ |
D | interpreter-assembler.h | 184 TNode<Object> ConstructWithSpread(TNode<Object> target,
|
D | bytecode-array-builder.h | 334 BytecodeArrayBuilder& ConstructWithSpread(Register constructor,
|
D | bytecodes.h | 272 V(ConstructWithSpread, ImplicitRegisterUse::kReadWriteAccumulator, \
|
D | interpreter-generator.cc | 1569 IGNITION_HANDLER(ConstructWithSpread, InterpreterAssembler) { in IGNITION_HANDLER() argument 1576 TNode<Object> result = ConstructWithSpread( in IGNITION_HANDLER()
|
D | bytecode-array-builder.cc | 1460 BytecodeArrayBuilder& BytecodeArrayBuilder::ConstructWithSpread( in ConstructWithSpread() function in v8::internal::interpreter::BytecodeArrayBuilder
|
D | interpreter-assembler.cc | 844 TNode<Object> InterpreterAssembler::ConstructWithSpread( in ConstructWithSpread() function in v8::internal::interpreter::InterpreterAssembler
|
D | bytecode-generator.cc | 5641 builder()->ConstructWithSpread(constructor, args_regs, in VisitCallSuper() 5749 builder()->ConstructWithSpread(constructor, args, feedback_slot_index); in VisitCallNew()
|
/third_party/node/deps/v8/src/builtins/ |
D | builtins-definitions.h | 141 TFC(ConstructWithSpread, ConstructWithSpread) \
|
D | builtins-constructor-gen.cc | 117 TF_BUILTIN(ConstructWithSpread, CallOrConstructBuiltinsAssembler) { in TF_BUILTIN() argument
|
/third_party/node/deps/v8/src/maglev/ |
D | maglev-graph-builder.cc | 689 MAGLEV_UNIMPLEMENTED_BYTECODE(ConstructWithSpread) in MAGLEV_UNIMPLEMENTED_BYTECODE()
|
/third_party/node/deps/v8/src/compiler/ |
D | js-operator.cc | 987 const Operator* JSOperatorBuilder::ConstructWithSpread( in ConstructWithSpread() function in v8::internal::compiler::JSOperatorBuilder
|
D | js-generic-lowering.cc | 923 Callable callable = CodeFactory::ConstructWithSpread(isolate()); in LowerJSConstructWithSpread()
|
D | js-operator.h | 1015 const Operator* ConstructWithSpread( in NON_EXPORTED_BASE()
|
/third_party/node/deps/v8/src/builtins/loong64/ |
D | builtins-loong64.cc | 1561 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructWithSpread), in Generate_InterpreterPushArgsThenConstructImpl()
|
/third_party/node/deps/v8/src/builtins/arm/ |
D | builtins-arm.cc | 1577 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructWithSpread), in Generate_InterpreterPushArgsThenConstructImpl()
|
/third_party/node/deps/v8/src/builtins/s390/ |
D | builtins-s390.cc | 1866 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructWithSpread), in Generate_InterpreterPushArgsThenConstructImpl()
|
/third_party/node/deps/v8/src/builtins/ppc/ |
D | builtins-ppc.cc | 1808 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructWithSpread), in Generate_InterpreterPushArgsThenConstructImpl()
|
/third_party/node/deps/v8/src/builtins/riscv64/ |
D | builtins-riscv64.cc | 1628 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructWithSpread), in Generate_InterpreterPushArgsThenConstructImpl()
|
/third_party/node/deps/v8/src/builtins/arm64/ |
D | builtins-arm64.cc | 1788 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructWithSpread), in Generate_InterpreterPushArgsThenConstructImpl()
|
/third_party/node/deps/v8/src/builtins/mips64/ |
D | builtins-mips64.cc | 1559 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructWithSpread), in Generate_InterpreterPushArgsThenConstructImpl()
|
/third_party/node/deps/v8/src/builtins/ia32/ |
D | builtins-ia32.cc | 1536 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructWithSpread), in Generate_InterpreterPushArgsThenConstructImpl()
|
/third_party/node/deps/v8/src/builtins/mips/ |
D | builtins-mips.cc | 1553 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructWithSpread), in Generate_InterpreterPushArgsThenConstructImpl()
|