Searched refs:LTrapAllocationMemento (Results 1 - 12 of 12) sorted by last modified time

/external/chromium_org/v8/src/ia32/
H A Dlithium-codegen-ia32.cc4710 void LCodeGen::DoTrapAllocationMemento(LTrapAllocationMemento* instr) {
H A Dlithium-ia32.cc2386 LTrapAllocationMemento* result =
2387 new(zone()) LTrapAllocationMemento(object, temp);
H A Dlithium-ia32.h2360 class LTrapAllocationMemento : public LTemplateInstruction<0, 1, 1> { class in namespace:v8::internal
2362 LTrapAllocationMemento(LOperand* object, function in class:v8::internal::LTrapAllocationMemento
/external/chromium_org/v8/src/mips/
H A Dlithium-codegen-mips.cc4455 void LCodeGen::DoTrapAllocationMemento(LTrapAllocationMemento* instr) {
H A Dlithium-mips.cc2215 LTrapAllocationMemento* result =
2216 new(zone()) LTrapAllocationMemento(object, temp);
H A Dlithium-mips.h2229 class LTrapAllocationMemento : public LTemplateInstruction<0, 1, 1> { class in namespace:v8::internal
2231 LTrapAllocationMemento(LOperand* object, function in class:v8::internal::LTrapAllocationMemento
/external/chromium_org/v8/src/x64/
H A Dlithium-codegen-x64.cc4309 void LCodeGen::DoTrapAllocationMemento(LTrapAllocationMemento* instr) {
H A Dlithium-x64.cc2214 LTrapAllocationMemento* result =
2215 new(zone()) LTrapAllocationMemento(object, temp);
H A Dlithium-x64.h2181 class LTrapAllocationMemento : public LTemplateInstruction<0, 1, 1> { class in namespace:v8::internal
2183 LTrapAllocationMemento(LOperand* object, function in class:v8::internal::LTrapAllocationMemento
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.cc2295 LTrapAllocationMemento* result =
2296 new(zone()) LTrapAllocationMemento(object, temp);
H A Dlithium-arm.h2271 class LTrapAllocationMemento : public LTemplateInstruction<0, 1, 1> { class in namespace:v8::internal
2273 LTrapAllocationMemento(LOperand* object, function in class:v8::internal::LTrapAllocationMemento
H A Dlithium-codegen-arm.cc4506 void LCodeGen::DoTrapAllocationMemento(LTrapAllocationMemento* instr) {

Completed in 204 milliseconds