Searched refs:CONSTRUCT_CALL (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/ |
D | assembler.h | 191 CONSTRUCT_CALL, // code target that is a call to a JavaScript constructor. enumerator 225 return mode == CONSTRUCT_CALL; in IsConstructCall()
|
D | disassembler.cc | 234 if (rmode == RelocInfo::CONSTRUCT_CALL) { in DecodeIt()
|
D | assembler.cc | 601 case RelocInfo::CONSTRUCT_CALL: in RelocModeName() 694 case CONSTRUCT_CALL: in Verify()
|
D | objects.cc | 8144 RelocInfo::ModeMask(RelocInfo::CONSTRUCT_CALL) | in ClearInlineCaches()
|
/external/v8/src/arm/ |
D | full-codegen-arm.cc | 2477 __ Call(stub.GetCode(), RelocInfo::CONSTRUCT_CALL); in VisitCallNew()
|
D | lithium-codegen-arm.cc | 3498 CallCode(stub.GetCode(), RelocInfo::CONSTRUCT_CALL, instr); in DoCallNew()
|
/external/v8/src/ia32/ |
D | full-codegen-ia32.cc | 2416 __ call(stub.GetCode(), RelocInfo::CONSTRUCT_CALL); in VisitCallNew()
|
D | lithium-codegen-ia32.cc | 3301 CallCode(stub.GetCode(), RelocInfo::CONSTRUCT_CALL, instr); in DoCallNew()
|
/external/v8/src/x64/ |
D | full-codegen-x64.cc | 2310 __ Call(stub.GetCode(), RelocInfo::CONSTRUCT_CALL); in VisitCallNew()
|
D | lithium-codegen-x64.cc | 3247 CallCode(stub.GetCode(), RelocInfo::CONSTRUCT_CALL, instr); in DoCallNew()
|
/external/v8/src/mips/ |
D | full-codegen-mips.cc | 2501 __ Call(stub.GetCode(), RelocInfo::CONSTRUCT_CALL); in VisitCallNew()
|
D | lithium-codegen-mips.cc | 3393 CallCode(stub.GetCode(), RelocInfo::CONSTRUCT_CALL, instr); in DoCallNew()
|