Home
last modified time | relevance | path

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

12

/external/v8/src/crankshaft/x87/
Dlithium-x87.h2128 class LTrapAllocationMemento final : public LTemplateInstruction<0, 1, 1> {
2130 LTrapAllocationMemento(LOperand* object, in LTrapAllocationMemento() function
Dlithium-x87.cc2267 LTrapAllocationMemento* result = in DoTrapAllocationMemento()
2268 new(zone()) LTrapAllocationMemento(object, temp); in DoTrapAllocationMemento()
Dlithium-codegen-x87.cc4220 void LCodeGen::DoTrapAllocationMemento(LTrapAllocationMemento* instr) { in DoTrapAllocationMemento()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h2133 class LTrapAllocationMemento final : public LTemplateInstruction<0, 1, 1> {
2135 LTrapAllocationMemento(LOperand* object, in LTrapAllocationMemento() function
Dlithium-mips64.cc2184 LTrapAllocationMemento* result = in DoTrapAllocationMemento()
2185 new(zone()) LTrapAllocationMemento(object, temp); in DoTrapAllocationMemento()
Dlithium-codegen-mips64.cc4407 void LCodeGen::DoTrapAllocationMemento(LTrapAllocationMemento* instr) { in DoTrapAllocationMemento()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h2129 class LTrapAllocationMemento final : public LTemplateInstruction<0, 1, 1> {
2131 LTrapAllocationMemento(LOperand* object, in LTrapAllocationMemento() function
Dlithium-arm.cc2232 LTrapAllocationMemento* result = in DoTrapAllocationMemento()
2233 new(zone()) LTrapAllocationMemento(object, temp); in DoTrapAllocationMemento()
/external/v8/src/crankshaft/s390/
Dlithium-s390.h1939 class LTrapAllocationMemento final : public LTemplateInstruction<0, 1, 2> {
1941 LTrapAllocationMemento(LOperand* object, LOperand* temp1, LOperand* temp2) { in LTrapAllocationMemento() function
Dlithium-s390.cc2018 LTrapAllocationMemento* result = in DoTrapAllocationMemento()
2019 new (zone()) LTrapAllocationMemento(object, temp1, temp2); in DoTrapAllocationMemento()
Dlithium-codegen-s390.cc4435 void LCodeGen::DoTrapAllocationMemento(LTrapAllocationMemento* instr) { in DoShiftI()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h2132 class LTrapAllocationMemento final : public LTemplateInstruction<0, 1, 1> {
2134 LTrapAllocationMemento(LOperand* object, in LTrapAllocationMemento() function
Dlithium-x64.cc2276 LTrapAllocationMemento* result = in DoTrapAllocationMemento()
2277 new(zone()) LTrapAllocationMemento(object, temp); in DoTrapAllocationMemento()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h2087 class LTrapAllocationMemento final : public LTemplateInstruction<0, 1, 1> {
2089 LTrapAllocationMemento(LOperand* object, in LTrapAllocationMemento() function
Dlithium-mips.cc2179 LTrapAllocationMemento* result = in DoTrapAllocationMemento()
2180 new(zone()) LTrapAllocationMemento(object, temp); in DoTrapAllocationMemento()
Dlithium-codegen-mips.cc4176 void LCodeGen::DoTrapAllocationMemento(LTrapAllocationMemento* instr) { in DoTrapAllocationMemento()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h2074 class LTrapAllocationMemento final : public LTemplateInstruction<0, 1, 2> {
2076 LTrapAllocationMemento(LOperand* object, LOperand* temp1, LOperand* temp2) { in LTrapAllocationMemento() function
Dlithium-ppc.cc2203 LTrapAllocationMemento* result = in DoTrapAllocationMemento()
2204 new (zone()) LTrapAllocationMemento(object, temp1, temp2); in DoTrapAllocationMemento()
Dlithium-codegen-ppc.cc4501 void LCodeGen::DoTrapAllocationMemento(LTrapAllocationMemento* instr) { in DoShiftI()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h2142 class LTrapAllocationMemento final : public LTemplateInstruction<0, 1, 1> {
2144 LTrapAllocationMemento(LOperand* object, in LTrapAllocationMemento() function
Dlithium-ia32.cc2265 LTrapAllocationMemento* result = in DoTrapAllocationMemento()
2266 new(zone()) LTrapAllocationMemento(object, temp); in DoTrapAllocationMemento()
Dlithium-codegen-ia32.cc3897 void LCodeGen::DoTrapAllocationMemento(LTrapAllocationMemento* instr) { in DoTrapAllocationMemento()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h2713 class LTrapAllocationMemento final : public LTemplateInstruction<0, 1, 2> {
2715 LTrapAllocationMemento(LOperand* object, LOperand* temp1, LOperand* temp2) { in LTrapAllocationMemento() function
Dlithium-arm64.cc2390 LTrapAllocationMemento* result = in DoTrapAllocationMemento()
2391 new(zone()) LTrapAllocationMemento(object, temp1, temp2); in DoTrapAllocationMemento()
Dlithium-codegen-arm64.cc5461 void LCodeGen::DoTrapAllocationMemento(LTrapAllocationMemento* instr) { in DoTrapAllocationMemento()

12