Home
last modified time | relevance | path

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

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