Searched refs:CONSTRUCT_CALL (Results 1 - 12 of 12) sorted by relevance

/external/v8/src/
H A Dassembler.h191 CONSTRUCT_CALL, // code target that is a call to a JavaScript constructor. enumerator in enum:v8::internal::BASE_EMBEDDED::Mode
225 return mode == CONSTRUCT_CALL;
H A Ddisassembler.cc234 if (rmode == RelocInfo::CONSTRUCT_CALL) {
H A Dassembler.cc601 case RelocInfo::CONSTRUCT_CALL:
694 case CONSTRUCT_CALL:
H A Dobjects.cc8144 RelocInfo::ModeMask(RelocInfo::CONSTRUCT_CALL) |
/external/v8/src/arm/
H A Dfull-codegen-arm.cc2477 __ Call(stub.GetCode(), RelocInfo::CONSTRUCT_CALL);
H A Dlithium-codegen-arm.cc3498 CallCode(stub.GetCode(), RelocInfo::CONSTRUCT_CALL, instr);
/external/v8/src/ia32/
H A Dfull-codegen-ia32.cc2416 __ call(stub.GetCode(), RelocInfo::CONSTRUCT_CALL);
H A Dlithium-codegen-ia32.cc3301 CallCode(stub.GetCode(), RelocInfo::CONSTRUCT_CALL, instr);
/external/v8/src/mips/
H A Dfull-codegen-mips.cc2501 __ Call(stub.GetCode(), RelocInfo::CONSTRUCT_CALL);
H A Dlithium-codegen-mips.cc3393 CallCode(stub.GetCode(), RelocInfo::CONSTRUCT_CALL, instr);
/external/v8/src/x64/
H A Dfull-codegen-x64.cc2310 __ Call(stub.GetCode(), RelocInfo::CONSTRUCT_CALL);
H A Dlithium-codegen-x64.cc3247 CallCode(stub.GetCode(), RelocInfo::CONSTRUCT_CALL, instr);

Completed in 309 milliseconds