Searched refs:CallConstruct (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/compiler/ |
D | interpreter-assembler.h | 119 Node* CallConstruct(Node* new_target, Node* constructor, Node* first_arg,
|
D | js-operator.h | 531 const Operator* CallConstruct(size_t arity, VectorSlotPair const& feedback);
|
D | interpreter-assembler.cc | 447 Node* InterpreterAssembler::CallConstruct(Node* new_target, Node* constructor, in CallConstruct() function in v8::internal::compiler::InterpreterAssembler
|
D | js-operator.cc | 762 const Operator* JSOperatorBuilder::CallConstruct( in CallConstruct() function in v8::internal::compiler::JSOperatorBuilder
|
D | bytecode-graph-builder.cc | 1311 const Operator* call = javascript()->CallConstruct( in VisitNew()
|
D | ast-graph-builder.cc | 2527 javascript()->CallConstruct(args->length() + 2, VectorSlotPair()); in VisitCallSuper() 2553 javascript()->CallConstruct(args->length() + 2, feedback); in VisitCallNew()
|
/external/v8/src/ |
D | interface-descriptors.h | 42 V(CallConstruct) \
|
D | code-stubs.h | 30 V(CallConstruct) \ 1898 DEFINE_CALL_INTERFACE_DESCRIPTOR(CallConstruct); 1899 DEFINE_PLATFORM_CODE_STUB(CallConstruct, PlatformCodeStub);
|
/external/v8/src/interpreter/ |
D | interpreter.cc | 1170 __ CallConstruct(constructor, constructor, first_arg, args_count); in DoNew()
|