Home
last modified time | relevance | path

Searched refs:CONSTRUCT_CALL (Results 1 – 25 of 25) 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/chromium_org/v8/src/
Dassembler.h264 CONSTRUCT_CALL, // code target that is a call to a JavaScript constructor. enumerator
322 return mode == CONSTRUCT_CALL; in IsConstructCall()
Ddisassembler.cc234 if (rmode == RelocInfo::CONSTRUCT_CALL) { in DecodeIt()
Dassembler.cc765 case RelocInfo::CONSTRUCT_CALL: in RelocModeName()
862 case CONSTRUCT_CALL: in Verify()
Dobjects.cc10668 RelocInfo::ModeMask(RelocInfo::CONSTRUCT_CALL) | in ClearInlineCaches()
/external/chromium_org/v8/src/x64/
Dlithium-codegen-x64.cc3879 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()
Dfull-codegen-x64.cc2802 __ Call(stub.GetCode(isolate()), RelocInfo::CONSTRUCT_CALL); in VisitCallNew()
/external/chromium_org/v8/src/arm/
Dlithium-codegen-arm.cc4085 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()
Dfull-codegen-arm.cc2876 __ Call(stub.GetCode(isolate()), RelocInfo::CONSTRUCT_CALL); in VisitCallNew()
/external/chromium_org/v8/src/ia32/
Dlithium-codegen-ia32.cc4331 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()
Dfull-codegen-ia32.cc2824 __ call(stub.GetCode(isolate()), RelocInfo::CONSTRUCT_CALL); in VisitCallNew()
/external/chromium_org/v8/src/mips/
Dlithium-codegen-mips.cc4008 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()
Dfull-codegen-mips.cc2908 __ Call(stub.GetCode(isolate()), RelocInfo::CONSTRUCT_CALL); in VisitCallNew()
/external/chromium_org/v8/test/cctest/
Dtest-heap.cc2835 RelocInfo::ModeMask(RelocInfo::CONSTRUCT_CALL) | in FindFirstIC()
/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()