/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 1145 class LHasInPrototypeChainAndBranch final : public LControlInstruction<2, 1> { 1147 LHasInPrototypeChainAndBranch(LOperand* object, LOperand* prototype, in LHasInPrototypeChainAndBranch() function
|
D | lithium-x87.cc | 991 LHasInPrototypeChainAndBranch* result = in DoHasInPrototypeChainAndBranch() 992 new (zone()) LHasInPrototypeChainAndBranch(object, prototype, temp); in DoHasInPrototypeChainAndBranch()
|
D | lithium-codegen-x87.cc | 2576 LHasInPrototypeChainAndBranch* instr) { in DoHasInPrototypeChainAndBranch()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 1140 class LHasInPrototypeChainAndBranch final : public LControlInstruction<2, 0> { 1142 LHasInPrototypeChainAndBranch(LOperand* object, LOperand* prototype) { in LHasInPrototypeChainAndBranch() function
|
D | lithium-mips64.cc | 946 LHasInPrototypeChainAndBranch* result = in DoHasInPrototypeChainAndBranch() 947 new (zone()) LHasInPrototypeChainAndBranch(object, prototype); in DoHasInPrototypeChainAndBranch()
|
D | lithium-codegen-mips64.cc | 2504 LHasInPrototypeChainAndBranch* instr) { in DoHasInPrototypeChainAndBranch()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 1143 class LHasInPrototypeChainAndBranch final : public LControlInstruction<2, 0> { 1145 LHasInPrototypeChainAndBranch(LOperand* object, LOperand* prototype) { in LHasInPrototypeChainAndBranch() function
|
D | lithium-arm.cc | 941 LHasInPrototypeChainAndBranch* result = in DoHasInPrototypeChainAndBranch() 942 new (zone()) LHasInPrototypeChainAndBranch(object, prototype); in DoHasInPrototypeChainAndBranch()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.h | 1047 class LHasInPrototypeChainAndBranch final : public LControlInstruction<2, 0> { 1049 LHasInPrototypeChainAndBranch(LOperand* object, LOperand* prototype) { in LHasInPrototypeChainAndBranch() function
|
D | lithium-s390.cc | 872 LHasInPrototypeChainAndBranch* result = in DoHasInPrototypeChainAndBranch() 873 new (zone()) LHasInPrototypeChainAndBranch(object, prototype); in DoHasInPrototypeChainAndBranch()
|
D | lithium-codegen-s390.cc | 2540 LHasInPrototypeChainAndBranch* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 1149 class LHasInPrototypeChainAndBranch final : public LControlInstruction<2, 0> { 1151 LHasInPrototypeChainAndBranch(LOperand* object, LOperand* prototype) { in LHasInPrototypeChainAndBranch() function
|
D | lithium-x64.cc | 964 LHasInPrototypeChainAndBranch* result = in DoHasInPrototypeChainAndBranch() 965 new (zone()) LHasInPrototypeChainAndBranch(object, prototype); in DoHasInPrototypeChainAndBranch()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 1122 class LHasInPrototypeChainAndBranch final : public LControlInstruction<2, 0> { 1124 LHasInPrototypeChainAndBranch(LOperand* object, LOperand* prototype) { in LHasInPrototypeChainAndBranch() function
|
D | lithium-mips.cc | 946 LHasInPrototypeChainAndBranch* result = in DoHasInPrototypeChainAndBranch() 947 new (zone()) LHasInPrototypeChainAndBranch(object, prototype); in DoHasInPrototypeChainAndBranch()
|
D | lithium-codegen-mips.cc | 2383 LHasInPrototypeChainAndBranch* instr) { in DoHasInPrototypeChainAndBranch()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 1128 class LHasInPrototypeChainAndBranch final : public LControlInstruction<2, 0> { 1130 LHasInPrototypeChainAndBranch(LOperand* object, LOperand* prototype) { in LHasInPrototypeChainAndBranch() function
|
D | lithium-ppc.cc | 956 LHasInPrototypeChainAndBranch* result = in DoHasInPrototypeChainAndBranch() 957 new (zone()) LHasInPrototypeChainAndBranch(object, prototype); in DoHasInPrototypeChainAndBranch()
|
D | lithium-codegen-ppc.cc | 2561 LHasInPrototypeChainAndBranch* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 1151 class LHasInPrototypeChainAndBranch final : public LControlInstruction<2, 1> { 1153 LHasInPrototypeChainAndBranch(LOperand* object, LOperand* prototype, in LHasInPrototypeChainAndBranch() function
|
D | lithium-ia32.cc | 974 LHasInPrototypeChainAndBranch* result = in DoHasInPrototypeChainAndBranch() 975 new (zone()) LHasInPrototypeChainAndBranch(object, prototype, temp); in DoHasInPrototypeChainAndBranch()
|
D | lithium-codegen-ia32.cc | 2290 LHasInPrototypeChainAndBranch* instr) { in DoHasInPrototypeChainAndBranch()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 1367 class LHasInPrototypeChainAndBranch final : public LControlInstruction<2, 2> { 1369 LHasInPrototypeChainAndBranch(LOperand* object, LOperand* prototype, in LHasInPrototypeChainAndBranch() function
|
D | lithium-arm64.cc | 1476 LHasInPrototypeChainAndBranch* result = new (zone()) in DoHasInPrototypeChainAndBranch() 1477 LHasInPrototypeChainAndBranch(object, prototype, scratch1, scratch2); in DoHasInPrototypeChainAndBranch()
|
D | lithium-codegen-arm64.cc | 2785 LHasInPrototypeChainAndBranch* instr) { in DoHasInPrototypeChainAndBranch()
|