/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 1084 class LHasInPrototypeChainAndBranch final : public LControlInstruction<2, 0> { 1086 LHasInPrototypeChainAndBranch(LOperand* object, LOperand* prototype) { in LHasInPrototypeChainAndBranch() function
|
D | lithium-mips.cc | 920 LHasInPrototypeChainAndBranch* result = in DoHasInPrototypeChainAndBranch() 921 new (zone()) LHasInPrototypeChainAndBranch(object, prototype); in DoHasInPrototypeChainAndBranch()
|
D | lithium-codegen-mips.cc | 2379 LHasInPrototypeChainAndBranch* instr) { in DoHasInPrototypeChainAndBranch()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 1111 class LHasInPrototypeChainAndBranch final : public LControlInstruction<2, 0> { 1113 LHasInPrototypeChainAndBranch(LOperand* object, LOperand* prototype) { in LHasInPrototypeChainAndBranch() function
|
D | lithium-x64.cc | 939 LHasInPrototypeChainAndBranch* result = in DoHasInPrototypeChainAndBranch() 940 new (zone()) LHasInPrototypeChainAndBranch(object, prototype); in DoHasInPrototypeChainAndBranch()
|
D | lithium-codegen-x64.cc | 2410 LHasInPrototypeChainAndBranch* instr) { in DoHasInPrototypeChainAndBranch()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 1108 class LHasInPrototypeChainAndBranch final : public LControlInstruction<2, 1> { 1110 LHasInPrototypeChainAndBranch(LOperand* object, LOperand* prototype, in LHasInPrototypeChainAndBranch() function
|
D | lithium-x87.cc | 967 LHasInPrototypeChainAndBranch* result = in DoHasInPrototypeChainAndBranch() 968 new (zone()) LHasInPrototypeChainAndBranch(object, prototype, temp); in DoHasInPrototypeChainAndBranch()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.h | 1014 class LHasInPrototypeChainAndBranch final : public LControlInstruction<2, 0> { 1016 LHasInPrototypeChainAndBranch(LOperand* object, LOperand* prototype) { in LHasInPrototypeChainAndBranch() function
|
D | lithium-s390.cc | 850 LHasInPrototypeChainAndBranch* result = in DoHasInPrototypeChainAndBranch() 851 new (zone()) LHasInPrototypeChainAndBranch(object, prototype); in DoHasInPrototypeChainAndBranch()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 1106 class LHasInPrototypeChainAndBranch final : public LControlInstruction<2, 0> { 1108 LHasInPrototypeChainAndBranch(LOperand* object, LOperand* prototype) { in LHasInPrototypeChainAndBranch() function
|
D | lithium-arm.cc | 915 LHasInPrototypeChainAndBranch* result = in DoHasInPrototypeChainAndBranch() 916 new (zone()) LHasInPrototypeChainAndBranch(object, prototype); in DoHasInPrototypeChainAndBranch()
|
D | lithium-codegen-arm.cc | 2468 LHasInPrototypeChainAndBranch* instr) { in DoHasInPrototypeChainAndBranch()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 1114 class LHasInPrototypeChainAndBranch final : public LControlInstruction<2, 1> { 1116 LHasInPrototypeChainAndBranch(LOperand* object, LOperand* prototype, in LHasInPrototypeChainAndBranch() function
|
D | lithium-ia32.cc | 950 LHasInPrototypeChainAndBranch* result = in DoHasInPrototypeChainAndBranch() 951 new (zone()) LHasInPrototypeChainAndBranch(object, prototype, temp); in DoHasInPrototypeChainAndBranch()
|
D | lithium-codegen-ia32.cc | 2263 LHasInPrototypeChainAndBranch* instr) { in DoHasInPrototypeChainAndBranch()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 1102 class LHasInPrototypeChainAndBranch final : public LControlInstruction<2, 0> { 1104 LHasInPrototypeChainAndBranch(LOperand* object, LOperand* prototype) { in LHasInPrototypeChainAndBranch() function
|
D | lithium-mips64.cc | 920 LHasInPrototypeChainAndBranch* result = in DoHasInPrototypeChainAndBranch() 921 new (zone()) LHasInPrototypeChainAndBranch(object, prototype); in DoHasInPrototypeChainAndBranch()
|
D | lithium-codegen-mips64.cc | 2503 LHasInPrototypeChainAndBranch* instr) { in DoHasInPrototypeChainAndBranch()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 1092 class LHasInPrototypeChainAndBranch final : public LControlInstruction<2, 0> { 1094 LHasInPrototypeChainAndBranch(LOperand* object, LOperand* prototype) { in LHasInPrototypeChainAndBranch() function
|
D | lithium-ppc.cc | 930 LHasInPrototypeChainAndBranch* result = in DoHasInPrototypeChainAndBranch() 931 new (zone()) LHasInPrototypeChainAndBranch(object, prototype); in DoHasInPrototypeChainAndBranch()
|
D | lithium-codegen-ppc.cc | 2547 LHasInPrototypeChainAndBranch* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 1314 class LHasInPrototypeChainAndBranch final : public LControlInstruction<2, 2> { 1316 LHasInPrototypeChainAndBranch(LOperand* object, LOperand* prototype, in LHasInPrototypeChainAndBranch() function
|
D | lithium-arm64.cc | 1450 LHasInPrototypeChainAndBranch* result = new (zone()) in DoHasInPrototypeChainAndBranch() 1451 LHasInPrototypeChainAndBranch(object, prototype, scratch1, scratch2); in DoHasInPrototypeChainAndBranch()
|
D | lithium-codegen-arm64.cc | 2757 LHasInPrototypeChainAndBranch* instr) { in DoHasInPrototypeChainAndBranch()
|