Home
last modified time | relevance | path

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

/external/v8/src/ia32/
Dlithium-ia32.h2336 class LTrapAllocationMemento FINAL : public LTemplateInstruction<0, 1, 1> {
2338 LTrapAllocationMemento(LOperand* object, in LTrapAllocationMemento() function
Dlithium-ia32.cc2367 LTrapAllocationMemento* result = in DoTrapAllocationMemento()
2368 new(zone()) LTrapAllocationMemento(object, temp); in DoTrapAllocationMemento()
Dlithium-codegen-ia32.cc4283 void LCodeGen::DoTrapAllocationMemento(LTrapAllocationMemento* instr) { in DoTrapAllocationMemento()
/external/v8/src/x87/
Dlithium-x87.h2342 class LTrapAllocationMemento FINAL : public LTemplateInstruction<0, 1, 1> {
2344 LTrapAllocationMemento(LOperand* object, in LTrapAllocationMemento() function
Dlithium-x87.cc2371 LTrapAllocationMemento* result = in DoTrapAllocationMemento()
2372 new(zone()) LTrapAllocationMemento(object, temp); in DoTrapAllocationMemento()
Dlithium-codegen-x87.cc4725 void LCodeGen::DoTrapAllocationMemento(LTrapAllocationMemento* instr) { in DoTrapAllocationMemento()
/external/v8/src/x64/
Dlithium-x64.h2318 class LTrapAllocationMemento FINAL : public LTemplateInstruction<0, 1, 1> {
2320 LTrapAllocationMemento(LOperand* object, in LTrapAllocationMemento() function
Dlithium-x64.cc2354 LTrapAllocationMemento* result = in DoTrapAllocationMemento()
2355 new(zone()) LTrapAllocationMemento(object, temp); in DoTrapAllocationMemento()
Dlithium-codegen-x64.cc4520 void LCodeGen::DoTrapAllocationMemento(LTrapAllocationMemento* instr) { in DoTrapAllocationMemento()
/external/v8/src/mips64/
Dlithium-mips64.h2273 class LTrapAllocationMemento FINAL : public LTemplateInstruction<0, 1, 1> {
2275 LTrapAllocationMemento(LOperand* object, in LTrapAllocationMemento() function
Dlithium-mips64.cc2284 LTrapAllocationMemento* result = in DoTrapAllocationMemento()
2285 new(zone()) LTrapAllocationMemento(object, temp); in DoTrapAllocationMemento()
Dlithium-codegen-mips64.cc4523 void LCodeGen::DoTrapAllocationMemento(LTrapAllocationMemento* instr) { in DoTrapAllocationMemento()
/external/v8/src/mips/
Dlithium-mips.h2289 class LTrapAllocationMemento FINAL : public LTemplateInstruction<0, 1, 1> {
2291 LTrapAllocationMemento(LOperand* object, in LTrapAllocationMemento() function
Dlithium-mips.cc2284 LTrapAllocationMemento* result = in DoTrapAllocationMemento()
2285 new(zone()) LTrapAllocationMemento(object, temp); in DoTrapAllocationMemento()
Dlithium-codegen-mips.cc4459 void LCodeGen::DoTrapAllocationMemento(LTrapAllocationMemento* instr) { in DoTrapAllocationMemento()
/external/v8/src/arm/
Dlithium-arm.h2331 class LTrapAllocationMemento FINAL : public LTemplateInstruction<0, 1, 1> {
2333 LTrapAllocationMemento(LOperand* object, in LTrapAllocationMemento() function
Dlithium-arm.cc2335 LTrapAllocationMemento* result = in DoTrapAllocationMemento()
2336 new(zone()) LTrapAllocationMemento(object, temp); in DoTrapAllocationMemento()
Dlithium-codegen-arm.cc4503 void LCodeGen::DoTrapAllocationMemento(LTrapAllocationMemento* instr) { in DoTrapAllocationMemento()
/external/v8/src/arm64/
Dlithium-arm64.h2930 class LTrapAllocationMemento FINAL : public LTemplateInstruction<0, 1, 2> {
2932 LTrapAllocationMemento(LOperand* object, LOperand* temp1, LOperand* temp2) { in LTrapAllocationMemento() function
Dlithium-arm64.cc2549 LTrapAllocationMemento* result = in DoTrapAllocationMemento()
2550 new(zone()) LTrapAllocationMemento(object, temp1, temp2); in DoTrapAllocationMemento()
Dlithium-codegen-arm64.cc5770 void LCodeGen::DoTrapAllocationMemento(LTrapAllocationMemento* instr) { in DoTrapAllocationMemento()