Home
last modified time | relevance | path

Searched refs:LHasInPrototypeChainAndBranch (Results 1 – 25 of 27) sorted by relevance

12

/external/v8/src/crankshaft/mips/
Dlithium-mips.h1084 class LHasInPrototypeChainAndBranch final : public LControlInstruction<2, 0> {
1086 LHasInPrototypeChainAndBranch(LOperand* object, LOperand* prototype) { in LHasInPrototypeChainAndBranch() function
Dlithium-mips.cc920 LHasInPrototypeChainAndBranch* result = in DoHasInPrototypeChainAndBranch()
921 new (zone()) LHasInPrototypeChainAndBranch(object, prototype); in DoHasInPrototypeChainAndBranch()
Dlithium-codegen-mips.cc2379 LHasInPrototypeChainAndBranch* instr) { in DoHasInPrototypeChainAndBranch()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h1111 class LHasInPrototypeChainAndBranch final : public LControlInstruction<2, 0> {
1113 LHasInPrototypeChainAndBranch(LOperand* object, LOperand* prototype) { in LHasInPrototypeChainAndBranch() function
Dlithium-x64.cc939 LHasInPrototypeChainAndBranch* result = in DoHasInPrototypeChainAndBranch()
940 new (zone()) LHasInPrototypeChainAndBranch(object, prototype); in DoHasInPrototypeChainAndBranch()
Dlithium-codegen-x64.cc2410 LHasInPrototypeChainAndBranch* instr) { in DoHasInPrototypeChainAndBranch()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h1108 class LHasInPrototypeChainAndBranch final : public LControlInstruction<2, 1> {
1110 LHasInPrototypeChainAndBranch(LOperand* object, LOperand* prototype, in LHasInPrototypeChainAndBranch() function
Dlithium-x87.cc967 LHasInPrototypeChainAndBranch* result = in DoHasInPrototypeChainAndBranch()
968 new (zone()) LHasInPrototypeChainAndBranch(object, prototype, temp); in DoHasInPrototypeChainAndBranch()
/external/v8/src/crankshaft/s390/
Dlithium-s390.h1014 class LHasInPrototypeChainAndBranch final : public LControlInstruction<2, 0> {
1016 LHasInPrototypeChainAndBranch(LOperand* object, LOperand* prototype) { in LHasInPrototypeChainAndBranch() function
Dlithium-s390.cc850 LHasInPrototypeChainAndBranch* result = in DoHasInPrototypeChainAndBranch()
851 new (zone()) LHasInPrototypeChainAndBranch(object, prototype); in DoHasInPrototypeChainAndBranch()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h1106 class LHasInPrototypeChainAndBranch final : public LControlInstruction<2, 0> {
1108 LHasInPrototypeChainAndBranch(LOperand* object, LOperand* prototype) { in LHasInPrototypeChainAndBranch() function
Dlithium-arm.cc915 LHasInPrototypeChainAndBranch* result = in DoHasInPrototypeChainAndBranch()
916 new (zone()) LHasInPrototypeChainAndBranch(object, prototype); in DoHasInPrototypeChainAndBranch()
Dlithium-codegen-arm.cc2468 LHasInPrototypeChainAndBranch* instr) { in DoHasInPrototypeChainAndBranch()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h1114 class LHasInPrototypeChainAndBranch final : public LControlInstruction<2, 1> {
1116 LHasInPrototypeChainAndBranch(LOperand* object, LOperand* prototype, in LHasInPrototypeChainAndBranch() function
Dlithium-ia32.cc950 LHasInPrototypeChainAndBranch* result = in DoHasInPrototypeChainAndBranch()
951 new (zone()) LHasInPrototypeChainAndBranch(object, prototype, temp); in DoHasInPrototypeChainAndBranch()
Dlithium-codegen-ia32.cc2263 LHasInPrototypeChainAndBranch* instr) { in DoHasInPrototypeChainAndBranch()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h1102 class LHasInPrototypeChainAndBranch final : public LControlInstruction<2, 0> {
1104 LHasInPrototypeChainAndBranch(LOperand* object, LOperand* prototype) { in LHasInPrototypeChainAndBranch() function
Dlithium-mips64.cc920 LHasInPrototypeChainAndBranch* result = in DoHasInPrototypeChainAndBranch()
921 new (zone()) LHasInPrototypeChainAndBranch(object, prototype); in DoHasInPrototypeChainAndBranch()
Dlithium-codegen-mips64.cc2503 LHasInPrototypeChainAndBranch* instr) { in DoHasInPrototypeChainAndBranch()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h1092 class LHasInPrototypeChainAndBranch final : public LControlInstruction<2, 0> {
1094 LHasInPrototypeChainAndBranch(LOperand* object, LOperand* prototype) { in LHasInPrototypeChainAndBranch() function
Dlithium-ppc.cc930 LHasInPrototypeChainAndBranch* result = in DoHasInPrototypeChainAndBranch()
931 new (zone()) LHasInPrototypeChainAndBranch(object, prototype); in DoHasInPrototypeChainAndBranch()
Dlithium-codegen-ppc.cc2547 LHasInPrototypeChainAndBranch* instr) { in DoShiftI()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h1314 class LHasInPrototypeChainAndBranch final : public LControlInstruction<2, 2> {
1316 LHasInPrototypeChainAndBranch(LOperand* object, LOperand* prototype, in LHasInPrototypeChainAndBranch() function
Dlithium-arm64.cc1450 LHasInPrototypeChainAndBranch* result = new (zone()) in DoHasInPrototypeChainAndBranch()
1451 LHasInPrototypeChainAndBranch(object, prototype, scratch1, scratch2); in DoHasInPrototypeChainAndBranch()
Dlithium-codegen-arm64.cc2757 LHasInPrototypeChainAndBranch* instr) { in DoHasInPrototypeChainAndBranch()

12