Home
last modified time | relevance | path

Searched refs:ConstructWithSpread (Results 1 – 24 of 24) sorted by relevance

/external/v8/src/
Dcode-factory.h79 static Callable ConstructWithSpread(Isolate* isolate);
Dcode-factory.cc270 Callable CodeFactory::ConstructWithSpread(Isolate* isolate) { in ConstructWithSpread() function in v8::internal::CodeFactory
271 return Callable(BUILTIN_CODE(isolate, ConstructWithSpread), in ConstructWithSpread()
Dinterface-descriptors.h49 V(ConstructWithSpread) \
/external/v8/src/interpreter/
Dinterpreter-assembler.h205 compiler::Node* ConstructWithSpread(compiler::Node* target,
Dbytecode-array-builder.h300 BytecodeArrayBuilder& ConstructWithSpread(Register constructor,
Dbytecodes.h213 V(ConstructWithSpread, AccumulatorUse::kReadWrite, OperandType::kReg, \
Dinterpreter-generator.cc1682 IGNITION_HANDLER(ConstructWithSpread, InterpreterAssembler) { in IGNITION_HANDLER() argument
1689 Node* result = ConstructWithSpread(constructor, context, new_target, args, in IGNITION_HANDLER()
Dbytecode-array-builder.cc1392 BytecodeArrayBuilder& BytecodeArrayBuilder::ConstructWithSpread( in ConstructWithSpread() function in v8::internal::interpreter::BytecodeArrayBuilder
Dinterpreter-assembler.cc1099 Node* InterpreterAssembler::ConstructWithSpread(Node* target, Node* context, in ConstructWithSpread() function in v8::internal::interpreter::InterpreterAssembler
Dbytecode-generator.cc3749 builder()->ConstructWithSpread(constructor, args_regs, in VisitCallSuper()
3805 builder()->ConstructWithSpread(constructor, args, feedback_slot_index); in VisitCallNew()
/external/v8/src/builtins/
Dbuiltins-definitions.h71 TFC(ConstructWithSpread, ConstructWithSpread, 1) \
Dbuiltins-constructor-gen.cc46 TF_BUILTIN(ConstructWithSpread, CallOrConstructBuiltinsAssembler) { in TF_BUILTIN() argument
/external/v8/src/compiler/
Djs-operator.h768 const Operator* ConstructWithSpread( in NON_EXPORTED_BASE()
Djs-generic-lowering.cc643 Callable callable = CodeFactory::ConstructWithSpread(isolate()); in LowerJSConstructWithSpread()
Djs-operator.cc916 const Operator* JSOperatorBuilder::ConstructWithSpread( in ConstructWithSpread() function in v8::internal::compiler::JSOperatorBuilder
Dbytecode-graph-builder.cc2022 const Operator* op = javascript()->ConstructWithSpread( in VisitConstructWithSpread()
/external/v8/src/builtins/ppc/
Dbuiltins-ppc.cc1085 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructWithSpread), in Generate_InterpreterPushArgsThenConstructImpl()
/external/v8/src/builtins/x64/
Dbuiltins-x64.cc1108 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructWithSpread), in Generate_InterpreterPushArgsThenConstructImpl()
/external/v8/src/builtins/arm/
Dbuiltins-arm.cc1056 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructWithSpread), in Generate_InterpreterPushArgsThenConstructImpl()
/external/v8/src/builtins/arm64/
Dbuiltins-arm64.cc1172 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructWithSpread), in Generate_InterpreterPushArgsThenConstructImpl()
/external/v8/src/builtins/mips/
Dbuiltins-mips.cc1051 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructWithSpread), in Generate_InterpreterPushArgsThenConstructImpl()
/external/v8/src/builtins/ia32/
Dbuiltins-ia32.cc1125 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructWithSpread), in Generate_InterpreterPushArgsThenConstructImpl()
/external/v8/src/builtins/s390/
Dbuiltins-s390.cc1090 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructWithSpread), in Generate_InterpreterPushArgsThenConstructImpl()
/external/v8/src/builtins/mips64/
Dbuiltins-mips64.cc1050 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructWithSpread), in Generate_InterpreterPushArgsThenConstructImpl()