Searched refs:LTrapAllocationMemento (Results 1 – 21 of 21) sorted by relevance
/external/v8/src/ia32/ |
D | lithium-ia32.h | 2336 class LTrapAllocationMemento FINAL : public LTemplateInstruction<0, 1, 1> { 2338 LTrapAllocationMemento(LOperand* object, in LTrapAllocationMemento() function
|
D | lithium-ia32.cc | 2367 LTrapAllocationMemento* result = in DoTrapAllocationMemento() 2368 new(zone()) LTrapAllocationMemento(object, temp); in DoTrapAllocationMemento()
|
D | lithium-codegen-ia32.cc | 4283 void LCodeGen::DoTrapAllocationMemento(LTrapAllocationMemento* instr) { in DoTrapAllocationMemento()
|
/external/v8/src/x87/ |
D | lithium-x87.h | 2342 class LTrapAllocationMemento FINAL : public LTemplateInstruction<0, 1, 1> { 2344 LTrapAllocationMemento(LOperand* object, in LTrapAllocationMemento() function
|
D | lithium-x87.cc | 2371 LTrapAllocationMemento* result = in DoTrapAllocationMemento() 2372 new(zone()) LTrapAllocationMemento(object, temp); in DoTrapAllocationMemento()
|
D | lithium-codegen-x87.cc | 4725 void LCodeGen::DoTrapAllocationMemento(LTrapAllocationMemento* instr) { in DoTrapAllocationMemento()
|
/external/v8/src/x64/ |
D | lithium-x64.h | 2318 class LTrapAllocationMemento FINAL : public LTemplateInstruction<0, 1, 1> { 2320 LTrapAllocationMemento(LOperand* object, in LTrapAllocationMemento() function
|
D | lithium-x64.cc | 2354 LTrapAllocationMemento* result = in DoTrapAllocationMemento() 2355 new(zone()) LTrapAllocationMemento(object, temp); in DoTrapAllocationMemento()
|
D | lithium-codegen-x64.cc | 4520 void LCodeGen::DoTrapAllocationMemento(LTrapAllocationMemento* instr) { in DoTrapAllocationMemento()
|
/external/v8/src/mips64/ |
D | lithium-mips64.h | 2273 class LTrapAllocationMemento FINAL : public LTemplateInstruction<0, 1, 1> { 2275 LTrapAllocationMemento(LOperand* object, in LTrapAllocationMemento() function
|
D | lithium-mips64.cc | 2284 LTrapAllocationMemento* result = in DoTrapAllocationMemento() 2285 new(zone()) LTrapAllocationMemento(object, temp); in DoTrapAllocationMemento()
|
D | lithium-codegen-mips64.cc | 4523 void LCodeGen::DoTrapAllocationMemento(LTrapAllocationMemento* instr) { in DoTrapAllocationMemento()
|
/external/v8/src/mips/ |
D | lithium-mips.h | 2289 class LTrapAllocationMemento FINAL : public LTemplateInstruction<0, 1, 1> { 2291 LTrapAllocationMemento(LOperand* object, in LTrapAllocationMemento() function
|
D | lithium-mips.cc | 2284 LTrapAllocationMemento* result = in DoTrapAllocationMemento() 2285 new(zone()) LTrapAllocationMemento(object, temp); in DoTrapAllocationMemento()
|
D | lithium-codegen-mips.cc | 4459 void LCodeGen::DoTrapAllocationMemento(LTrapAllocationMemento* instr) { in DoTrapAllocationMemento()
|
/external/v8/src/arm/ |
D | lithium-arm.h | 2331 class LTrapAllocationMemento FINAL : public LTemplateInstruction<0, 1, 1> { 2333 LTrapAllocationMemento(LOperand* object, in LTrapAllocationMemento() function
|
D | lithium-arm.cc | 2335 LTrapAllocationMemento* result = in DoTrapAllocationMemento() 2336 new(zone()) LTrapAllocationMemento(object, temp); in DoTrapAllocationMemento()
|
D | lithium-codegen-arm.cc | 4503 void LCodeGen::DoTrapAllocationMemento(LTrapAllocationMemento* instr) { in DoTrapAllocationMemento()
|
/external/v8/src/arm64/ |
D | lithium-arm64.h | 2930 class LTrapAllocationMemento FINAL : public LTemplateInstruction<0, 1, 2> { 2932 LTrapAllocationMemento(LOperand* object, LOperand* temp1, LOperand* temp2) { in LTrapAllocationMemento() function
|
D | lithium-arm64.cc | 2549 LTrapAllocationMemento* result = in DoTrapAllocationMemento() 2550 new(zone()) LTrapAllocationMemento(object, temp1, temp2); in DoTrapAllocationMemento()
|
D | lithium-codegen-arm64.cc | 5770 void LCodeGen::DoTrapAllocationMemento(LTrapAllocationMemento* instr) { in DoTrapAllocationMemento()
|