/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/chromium_org/v8/src/ |
D | assembler.h | 264 CONSTRUCT_CALL, // code target that is a call to a JavaScript constructor. enumerator 322 return mode == CONSTRUCT_CALL; in IsConstructCall()
|
D | disassembler.cc | 234 if (rmode == RelocInfo::CONSTRUCT_CALL) { in DecodeIt()
|
D | assembler.cc | 765 case RelocInfo::CONSTRUCT_CALL: in RelocModeName() 862 case CONSTRUCT_CALL: in Verify()
|
D | objects.cc | 10668 RelocInfo::ModeMask(RelocInfo::CONSTRUCT_CALL) | in ClearInlineCaches()
|
/external/chromium_org/v8/src/x64/ |
D | lithium-codegen-x64.cc | 3879 CallCode(stub.GetCode(isolate()), RelocInfo::CONSTRUCT_CALL, instr); in DoCallNew() 3899 CallCode(stub.GetCode(isolate()), RelocInfo::CONSTRUCT_CALL, instr); in DoCallNewArray() 3913 CallCode(stub.GetCode(isolate()), RelocInfo::CONSTRUCT_CALL, instr); in DoCallNewArray() 3919 CallCode(stub.GetCode(isolate()), RelocInfo::CONSTRUCT_CALL, instr); in DoCallNewArray() 3923 CallCode(stub.GetCode(isolate()), RelocInfo::CONSTRUCT_CALL, instr); in DoCallNewArray()
|
D | full-codegen-x64.cc | 2802 __ Call(stub.GetCode(isolate()), RelocInfo::CONSTRUCT_CALL); in VisitCallNew()
|
/external/chromium_org/v8/src/arm/ |
D | lithium-codegen-arm.cc | 4085 CallCode(stub.GetCode(isolate()), RelocInfo::CONSTRUCT_CALL, instr); in DoCallNew() 4105 CallCode(stub.GetCode(isolate()), RelocInfo::CONSTRUCT_CALL, instr); in DoCallNewArray() 4119 CallCode(stub.GetCode(isolate()), RelocInfo::CONSTRUCT_CALL, instr); in DoCallNewArray() 4125 CallCode(stub.GetCode(isolate()), RelocInfo::CONSTRUCT_CALL, instr); in DoCallNewArray() 4129 CallCode(stub.GetCode(isolate()), RelocInfo::CONSTRUCT_CALL, instr); in DoCallNewArray()
|
D | full-codegen-arm.cc | 2876 __ Call(stub.GetCode(isolate()), RelocInfo::CONSTRUCT_CALL); in VisitCallNew()
|
/external/chromium_org/v8/src/ia32/ |
D | lithium-codegen-ia32.cc | 4331 CallCode(stub.GetCode(isolate()), RelocInfo::CONSTRUCT_CALL, instr); in DoCallNew() 4351 CallCode(stub.GetCode(isolate()), RelocInfo::CONSTRUCT_CALL, instr); in DoCallNewArray() 4365 CallCode(stub.GetCode(isolate()), RelocInfo::CONSTRUCT_CALL, instr); in DoCallNewArray() 4371 CallCode(stub.GetCode(isolate()), RelocInfo::CONSTRUCT_CALL, instr); in DoCallNewArray() 4375 CallCode(stub.GetCode(isolate()), RelocInfo::CONSTRUCT_CALL, instr); in DoCallNewArray()
|
D | full-codegen-ia32.cc | 2824 __ call(stub.GetCode(isolate()), RelocInfo::CONSTRUCT_CALL); in VisitCallNew()
|
/external/chromium_org/v8/src/mips/ |
D | lithium-codegen-mips.cc | 4008 CallCode(stub.GetCode(isolate()), RelocInfo::CONSTRUCT_CALL, instr); in DoCallNew() 4028 CallCode(stub.GetCode(isolate()), RelocInfo::CONSTRUCT_CALL, instr); in DoCallNewArray() 4041 CallCode(stub.GetCode(isolate()), RelocInfo::CONSTRUCT_CALL, instr); in DoCallNewArray() 4047 CallCode(stub.GetCode(isolate()), RelocInfo::CONSTRUCT_CALL, instr); in DoCallNewArray() 4051 CallCode(stub.GetCode(isolate()), RelocInfo::CONSTRUCT_CALL, instr); in DoCallNewArray()
|
D | full-codegen-mips.cc | 2908 __ Call(stub.GetCode(isolate()), RelocInfo::CONSTRUCT_CALL); in VisitCallNew()
|
/external/chromium_org/v8/test/cctest/ |
D | test-heap.cc | 2835 RelocInfo::ModeMask(RelocInfo::CONSTRUCT_CALL) | in FindFirstIC()
|
/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()
|