/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 2128 class LTrapAllocationMemento final : public LTemplateInstruction<0, 1, 1> { 2130 LTrapAllocationMemento(LOperand* object, in LTrapAllocationMemento() function
|
D | lithium-x87.cc | 2267 LTrapAllocationMemento* result = in DoTrapAllocationMemento() 2268 new(zone()) LTrapAllocationMemento(object, temp); in DoTrapAllocationMemento()
|
D | lithium-codegen-x87.cc | 4220 void LCodeGen::DoTrapAllocationMemento(LTrapAllocationMemento* instr) { in DoTrapAllocationMemento()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 2133 class LTrapAllocationMemento final : public LTemplateInstruction<0, 1, 1> { 2135 LTrapAllocationMemento(LOperand* object, in LTrapAllocationMemento() function
|
D | lithium-mips64.cc | 2184 LTrapAllocationMemento* result = in DoTrapAllocationMemento() 2185 new(zone()) LTrapAllocationMemento(object, temp); in DoTrapAllocationMemento()
|
D | lithium-codegen-mips64.cc | 4407 void LCodeGen::DoTrapAllocationMemento(LTrapAllocationMemento* instr) { in DoTrapAllocationMemento()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 2129 class LTrapAllocationMemento final : public LTemplateInstruction<0, 1, 1> { 2131 LTrapAllocationMemento(LOperand* object, in LTrapAllocationMemento() function
|
D | lithium-arm.cc | 2232 LTrapAllocationMemento* result = in DoTrapAllocationMemento() 2233 new(zone()) LTrapAllocationMemento(object, temp); in DoTrapAllocationMemento()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.h | 1939 class LTrapAllocationMemento final : public LTemplateInstruction<0, 1, 2> { 1941 LTrapAllocationMemento(LOperand* object, LOperand* temp1, LOperand* temp2) { in LTrapAllocationMemento() function
|
D | lithium-s390.cc | 2018 LTrapAllocationMemento* result = in DoTrapAllocationMemento() 2019 new (zone()) LTrapAllocationMemento(object, temp1, temp2); in DoTrapAllocationMemento()
|
D | lithium-codegen-s390.cc | 4435 void LCodeGen::DoTrapAllocationMemento(LTrapAllocationMemento* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 2132 class LTrapAllocationMemento final : public LTemplateInstruction<0, 1, 1> { 2134 LTrapAllocationMemento(LOperand* object, in LTrapAllocationMemento() function
|
D | lithium-x64.cc | 2276 LTrapAllocationMemento* result = in DoTrapAllocationMemento() 2277 new(zone()) LTrapAllocationMemento(object, temp); in DoTrapAllocationMemento()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 2087 class LTrapAllocationMemento final : public LTemplateInstruction<0, 1, 1> { 2089 LTrapAllocationMemento(LOperand* object, in LTrapAllocationMemento() function
|
D | lithium-mips.cc | 2179 LTrapAllocationMemento* result = in DoTrapAllocationMemento() 2180 new(zone()) LTrapAllocationMemento(object, temp); in DoTrapAllocationMemento()
|
D | lithium-codegen-mips.cc | 4176 void LCodeGen::DoTrapAllocationMemento(LTrapAllocationMemento* instr) { in DoTrapAllocationMemento()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 2074 class LTrapAllocationMemento final : public LTemplateInstruction<0, 1, 2> { 2076 LTrapAllocationMemento(LOperand* object, LOperand* temp1, LOperand* temp2) { in LTrapAllocationMemento() function
|
D | lithium-ppc.cc | 2203 LTrapAllocationMemento* result = in DoTrapAllocationMemento() 2204 new (zone()) LTrapAllocationMemento(object, temp1, temp2); in DoTrapAllocationMemento()
|
D | lithium-codegen-ppc.cc | 4501 void LCodeGen::DoTrapAllocationMemento(LTrapAllocationMemento* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 2142 class LTrapAllocationMemento final : public LTemplateInstruction<0, 1, 1> { 2144 LTrapAllocationMemento(LOperand* object, in LTrapAllocationMemento() function
|
D | lithium-ia32.cc | 2265 LTrapAllocationMemento* result = in DoTrapAllocationMemento() 2266 new(zone()) LTrapAllocationMemento(object, temp); in DoTrapAllocationMemento()
|
D | lithium-codegen-ia32.cc | 3897 void LCodeGen::DoTrapAllocationMemento(LTrapAllocationMemento* instr) { in DoTrapAllocationMemento()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 2713 class LTrapAllocationMemento final : public LTemplateInstruction<0, 1, 2> { 2715 LTrapAllocationMemento(LOperand* object, LOperand* temp1, LOperand* temp2) { in LTrapAllocationMemento() function
|
D | lithium-arm64.cc | 2390 LTrapAllocationMemento* result = in DoTrapAllocationMemento() 2391 new(zone()) LTrapAllocationMemento(object, temp1, temp2); in DoTrapAllocationMemento()
|
D | lithium-codegen-arm64.cc | 5461 void LCodeGen::DoTrapAllocationMemento(LTrapAllocationMemento* instr) { in DoTrapAllocationMemento()
|