Home
last modified time | relevance | path

Searched refs:ConstructWithSpread (Results 1 - 25 of 27) sorted by relevance

12

/third_party/node/deps/v8/src/codegen/
H A Dcode-factory.h70 static Callable ConstructWithSpread(Isolate* isolate);
H A Dcode-factory.cc212 Callable CodeFactory::ConstructWithSpread(Isolate* isolate) { in ConstructWithSpread() function in v8::internal::CodeFactory
H A Dinterface-descriptors.h67 V(ConstructWithSpread) \
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-assembler.h184 TNode<Object> ConstructWithSpread(TNode<Object> target,
H A Dbytecode-array-builder.h334 BytecodeArrayBuilder& ConstructWithSpread(Register constructor,
H A Dinterpreter-generator.cc1563 // ConstructWithSpread <first_arg> <arg_count>
1569 IGNITION_HANDLER(ConstructWithSpread, InterpreterAssembler) { in IGNITION_HANDLER()
1576 TNode<Object> result = ConstructWithSpread( in IGNITION_HANDLER()
H A Dbytecodes.h272 V(ConstructWithSpread, ImplicitRegisterUse::kReadWriteAccumulator, \
H A Dbytecode-array-builder.cc1460 BytecodeArrayBuilder& BytecodeArrayBuilder::ConstructWithSpread( in ConstructWithSpread() function in v8::internal::interpreter::BytecodeArrayBuilder
H A Dinterpreter-assembler.cc844 TNode<Object> InterpreterAssembler::ConstructWithSpread( in ConstructWithSpread() function in v8::internal::interpreter::InterpreterAssembler
937 "ConstructWithSpread:Initialize"); in ConstructWithSpread()
952 "ConstructWithSpread:TransitionMegamorphic"); in ConstructWithSpread()
958 Comment("call using ConstructWithSpread builtin"); in ConstructWithSpread()
H A Dbytecode-generator.cc5595 // special ConstructWithSpread bytecode. in VisitCallSuper()
5641 builder()->ConstructWithSpread(constructor, args_regs, in VisitCallSuper()
5720 // special ConstructWithSpread bytecode. in VisitCallNew()
5749 builder()->ConstructWithSpread(constructor, args, feedback_slot_index); in VisitCallNew()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-constructor-gen.cc117 TF_BUILTIN(ConstructWithSpread, CallOrConstructBuiltinsAssembler) { in TF_BUILTIN()
H A Dbuiltins-definitions.h141 TFC(ConstructWithSpread, ConstructWithSpread) \
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-graph-builder.cc689 MAGLEV_UNIMPLEMENTED_BYTECODE(ConstructWithSpread)
/third_party/node/deps/v8/src/compiler/
H A Djs-operator.h1015 const Operator* ConstructWithSpread(
H A Djs-operator.cc987 const Operator* JSOperatorBuilder::ConstructWithSpread( in ConstructWithSpread() function in v8::internal::compiler::JSOperatorBuilder
H A Djs-generic-lowering.cc923 Callable callable = CodeFactory::ConstructWithSpread(isolate()); in LowerJSConstructWithSpread()
H A Dbytecode-graph-builder.cc2724 javascript()->ConstructWithSpread(arity, frequency, feedback); in VisitConstructWithSpread()
/third_party/node/deps/v8/src/builtins/mips/
H A Dbuiltins-mips.cc1553 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructWithSpread), in Generate_InterpreterPushArgsThenConstructImpl()
/third_party/node/deps/v8/src/builtins/mips64/
H A Dbuiltins-mips64.cc1559 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructWithSpread), in Generate_InterpreterPushArgsThenConstructImpl()
/third_party/node/deps/v8/src/builtins/ppc/
H A Dbuiltins-ppc.cc1808 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructWithSpread), in Generate_InterpreterPushArgsThenConstructImpl()
/third_party/node/deps/v8/src/builtins/ia32/
H A Dbuiltins-ia32.cc1536 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructWithSpread), in Generate_InterpreterPushArgsThenConstructImpl()
/third_party/node/deps/v8/src/builtins/loong64/
H A Dbuiltins-loong64.cc1561 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructWithSpread), in Generate_InterpreterPushArgsThenConstructImpl()
/third_party/node/deps/v8/src/builtins/x64/
H A Dbuiltins-x64.cc1535 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructWithSpread), in Generate_InterpreterPushArgsThenConstructImpl()
/third_party/node/deps/v8/src/builtins/arm64/
H A Dbuiltins-arm64.cc1788 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructWithSpread), in Generate_InterpreterPushArgsThenConstructImpl()
/third_party/node/deps/v8/src/builtins/arm/
H A Dbuiltins-arm.cc1577 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructWithSpread), in Generate_InterpreterPushArgsThenConstructImpl()

Completed in 113 milliseconds

12