/external/v8/src/ |
D | code-factory.h | 79 static Callable ConstructWithSpread(Isolate* isolate);
|
D | code-factory.cc | 270 Callable CodeFactory::ConstructWithSpread(Isolate* isolate) { in ConstructWithSpread() function in v8::internal::CodeFactory 271 return Callable(BUILTIN_CODE(isolate, ConstructWithSpread), in ConstructWithSpread()
|
D | interface-descriptors.h | 49 V(ConstructWithSpread) \
|
/external/v8/src/interpreter/ |
D | interpreter-assembler.h | 205 compiler::Node* ConstructWithSpread(compiler::Node* target,
|
D | bytecode-array-builder.h | 300 BytecodeArrayBuilder& ConstructWithSpread(Register constructor,
|
D | bytecodes.h | 213 V(ConstructWithSpread, AccumulatorUse::kReadWrite, OperandType::kReg, \
|
D | interpreter-generator.cc | 1682 IGNITION_HANDLER(ConstructWithSpread, InterpreterAssembler) { in IGNITION_HANDLER() argument 1689 Node* result = ConstructWithSpread(constructor, context, new_target, args, in IGNITION_HANDLER()
|
D | bytecode-array-builder.cc | 1392 BytecodeArrayBuilder& BytecodeArrayBuilder::ConstructWithSpread( in ConstructWithSpread() function in v8::internal::interpreter::BytecodeArrayBuilder
|
D | interpreter-assembler.cc | 1099 Node* InterpreterAssembler::ConstructWithSpread(Node* target, Node* context, in ConstructWithSpread() function in v8::internal::interpreter::InterpreterAssembler
|
D | bytecode-generator.cc | 3749 builder()->ConstructWithSpread(constructor, args_regs, in VisitCallSuper() 3805 builder()->ConstructWithSpread(constructor, args, feedback_slot_index); in VisitCallNew()
|
/external/v8/src/builtins/ |
D | builtins-definitions.h | 71 TFC(ConstructWithSpread, ConstructWithSpread, 1) \
|
D | builtins-constructor-gen.cc | 46 TF_BUILTIN(ConstructWithSpread, CallOrConstructBuiltinsAssembler) { in TF_BUILTIN() argument
|
/external/v8/src/compiler/ |
D | js-operator.h | 768 const Operator* ConstructWithSpread( in NON_EXPORTED_BASE()
|
D | js-generic-lowering.cc | 643 Callable callable = CodeFactory::ConstructWithSpread(isolate()); in LowerJSConstructWithSpread()
|
D | js-operator.cc | 916 const Operator* JSOperatorBuilder::ConstructWithSpread( in ConstructWithSpread() function in v8::internal::compiler::JSOperatorBuilder
|
D | bytecode-graph-builder.cc | 2022 const Operator* op = javascript()->ConstructWithSpread( in VisitConstructWithSpread()
|
/external/v8/src/builtins/ppc/ |
D | builtins-ppc.cc | 1085 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructWithSpread), in Generate_InterpreterPushArgsThenConstructImpl()
|
/external/v8/src/builtins/x64/ |
D | builtins-x64.cc | 1108 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructWithSpread), in Generate_InterpreterPushArgsThenConstructImpl()
|
/external/v8/src/builtins/arm/ |
D | builtins-arm.cc | 1056 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructWithSpread), in Generate_InterpreterPushArgsThenConstructImpl()
|
/external/v8/src/builtins/arm64/ |
D | builtins-arm64.cc | 1172 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructWithSpread), in Generate_InterpreterPushArgsThenConstructImpl()
|
/external/v8/src/builtins/mips/ |
D | builtins-mips.cc | 1051 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructWithSpread), in Generate_InterpreterPushArgsThenConstructImpl()
|
/external/v8/src/builtins/ia32/ |
D | builtins-ia32.cc | 1125 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructWithSpread), in Generate_InterpreterPushArgsThenConstructImpl()
|
/external/v8/src/builtins/s390/ |
D | builtins-s390.cc | 1090 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructWithSpread), in Generate_InterpreterPushArgsThenConstructImpl()
|
/external/v8/src/builtins/mips64/ |
D | builtins-mips64.cc | 1050 __ Jump(BUILTIN_CODE(masm->isolate(), ConstructWithSpread), in Generate_InterpreterPushArgsThenConstructImpl()
|