Home
last modified time | relevance | path

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

12

/external/v8/src/crankshaft/x87/
Dlithium-x87.h1145 class LHasInPrototypeChainAndBranch final : public LControlInstruction<2, 1> {
1147 LHasInPrototypeChainAndBranch(LOperand* object, LOperand* prototype, in LHasInPrototypeChainAndBranch() function
Dlithium-x87.cc991 LHasInPrototypeChainAndBranch* result = in DoHasInPrototypeChainAndBranch()
992 new (zone()) LHasInPrototypeChainAndBranch(object, prototype, temp); in DoHasInPrototypeChainAndBranch()
Dlithium-codegen-x87.cc2576 LHasInPrototypeChainAndBranch* instr) { in DoHasInPrototypeChainAndBranch()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h1140 class LHasInPrototypeChainAndBranch final : public LControlInstruction<2, 0> {
1142 LHasInPrototypeChainAndBranch(LOperand* object, LOperand* prototype) { in LHasInPrototypeChainAndBranch() function
Dlithium-mips64.cc946 LHasInPrototypeChainAndBranch* result = in DoHasInPrototypeChainAndBranch()
947 new (zone()) LHasInPrototypeChainAndBranch(object, prototype); in DoHasInPrototypeChainAndBranch()
Dlithium-codegen-mips64.cc2504 LHasInPrototypeChainAndBranch* instr) { in DoHasInPrototypeChainAndBranch()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h1143 class LHasInPrototypeChainAndBranch final : public LControlInstruction<2, 0> {
1145 LHasInPrototypeChainAndBranch(LOperand* object, LOperand* prototype) { in LHasInPrototypeChainAndBranch() function
Dlithium-arm.cc941 LHasInPrototypeChainAndBranch* result = in DoHasInPrototypeChainAndBranch()
942 new (zone()) LHasInPrototypeChainAndBranch(object, prototype); in DoHasInPrototypeChainAndBranch()
/external/v8/src/crankshaft/s390/
Dlithium-s390.h1047 class LHasInPrototypeChainAndBranch final : public LControlInstruction<2, 0> {
1049 LHasInPrototypeChainAndBranch(LOperand* object, LOperand* prototype) { in LHasInPrototypeChainAndBranch() function
Dlithium-s390.cc872 LHasInPrototypeChainAndBranch* result = in DoHasInPrototypeChainAndBranch()
873 new (zone()) LHasInPrototypeChainAndBranch(object, prototype); in DoHasInPrototypeChainAndBranch()
Dlithium-codegen-s390.cc2540 LHasInPrototypeChainAndBranch* instr) { in DoShiftI()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h1149 class LHasInPrototypeChainAndBranch final : public LControlInstruction<2, 0> {
1151 LHasInPrototypeChainAndBranch(LOperand* object, LOperand* prototype) { in LHasInPrototypeChainAndBranch() function
Dlithium-x64.cc964 LHasInPrototypeChainAndBranch* result = in DoHasInPrototypeChainAndBranch()
965 new (zone()) LHasInPrototypeChainAndBranch(object, prototype); in DoHasInPrototypeChainAndBranch()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h1122 class LHasInPrototypeChainAndBranch final : public LControlInstruction<2, 0> {
1124 LHasInPrototypeChainAndBranch(LOperand* object, LOperand* prototype) { in LHasInPrototypeChainAndBranch() function
Dlithium-mips.cc946 LHasInPrototypeChainAndBranch* result = in DoHasInPrototypeChainAndBranch()
947 new (zone()) LHasInPrototypeChainAndBranch(object, prototype); in DoHasInPrototypeChainAndBranch()
Dlithium-codegen-mips.cc2383 LHasInPrototypeChainAndBranch* instr) { in DoHasInPrototypeChainAndBranch()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h1128 class LHasInPrototypeChainAndBranch final : public LControlInstruction<2, 0> {
1130 LHasInPrototypeChainAndBranch(LOperand* object, LOperand* prototype) { in LHasInPrototypeChainAndBranch() function
Dlithium-ppc.cc956 LHasInPrototypeChainAndBranch* result = in DoHasInPrototypeChainAndBranch()
957 new (zone()) LHasInPrototypeChainAndBranch(object, prototype); in DoHasInPrototypeChainAndBranch()
Dlithium-codegen-ppc.cc2561 LHasInPrototypeChainAndBranch* instr) { in DoShiftI()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h1151 class LHasInPrototypeChainAndBranch final : public LControlInstruction<2, 1> {
1153 LHasInPrototypeChainAndBranch(LOperand* object, LOperand* prototype, in LHasInPrototypeChainAndBranch() function
Dlithium-ia32.cc974 LHasInPrototypeChainAndBranch* result = in DoHasInPrototypeChainAndBranch()
975 new (zone()) LHasInPrototypeChainAndBranch(object, prototype, temp); in DoHasInPrototypeChainAndBranch()
Dlithium-codegen-ia32.cc2290 LHasInPrototypeChainAndBranch* instr) { in DoHasInPrototypeChainAndBranch()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h1367 class LHasInPrototypeChainAndBranch final : public LControlInstruction<2, 2> {
1369 LHasInPrototypeChainAndBranch(LOperand* object, LOperand* prototype, in LHasInPrototypeChainAndBranch() function
Dlithium-arm64.cc1476 LHasInPrototypeChainAndBranch* result = new (zone()) in DoHasInPrototypeChainAndBranch()
1477 LHasInPrototypeChainAndBranch(object, prototype, scratch1, scratch2); in DoHasInPrototypeChainAndBranch()
Dlithium-codegen-arm64.cc2785 LHasInPrototypeChainAndBranch* instr) { in DoHasInPrototypeChainAndBranch()

12