Home
last modified time | relevance | path

Searched refs:LStoreContextSlot (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/x64/
Dlithium-x64.h1332 class LStoreContextSlot: public LTemplateInstruction<0, 2, 1> {
1334 LStoreContextSlot(LOperand* context, LOperand* value, LOperand* temp) { in LStoreContextSlot() function
Dlithium-x64.cc312 void LStoreContextSlot::PrintDataTo(StringStream* stream) { in PrintDataTo()
1844 LInstruction* result = new(zone()) LStoreContextSlot(context, value, temp); in DoStoreContextSlot()
Dlithium-codegen-x64.cc2147 void LCodeGen::DoStoreContextSlot(LStoreContextSlot* instr) { in DoStoreContextSlot()
/external/v8/src/mips/
Dlithium-mips.h1333 class LStoreContextSlot: public LTemplateInstruction<0, 2, 0> {
1335 LStoreContextSlot(LOperand* context, LOperand* value) { in LStoreContextSlot() function
Dlithium-mips.cc310 void LStoreContextSlot::PrintDataTo(StringStream* stream) { in PrintDataTo()
1855 LInstruction* result = new(zone()) LStoreContextSlot(context, value); in DoStoreContextSlot()
Dlithium-codegen-mips.cc2266 void LCodeGen::DoStoreContextSlot(LStoreContextSlot* instr) { in DoStoreContextSlot()
/external/v8/src/arm/
Dlithium-arm.h1353 class LStoreContextSlot: public LTemplateInstruction<0, 2, 0> {
1355 LStoreContextSlot(LOperand* context, LOperand* value) { in LStoreContextSlot() function
Dlithium-arm.cc310 void LStoreContextSlot::PrintDataTo(StringStream* stream) { in PrintDataTo()
1853 LInstruction* result = new(zone()) LStoreContextSlot(context, value); in DoStoreContextSlot()
Dlithium-codegen-arm.cc2388 void LCodeGen::DoStoreContextSlot(LStoreContextSlot* instr) { in DoStoreContextSlot()
/external/v8/src/ia32/
Dlithium-ia32.h1375 class LStoreContextSlot: public LTemplateInstruction<0, 2, 1> {
1377 LStoreContextSlot(LOperand* context, LOperand* value, LOperand* temp) { in LStoreContextSlot() function
Dlithium-ia32.cc313 void LStoreContextSlot::PrintDataTo(StringStream* stream) { in PrintDataTo()
1908 LInstruction* result = new(zone()) LStoreContextSlot(context, value, temp); in DoStoreContextSlot()
Dlithium-codegen-ia32.cc2179 void LCodeGen::DoStoreContextSlot(LStoreContextSlot* instr) { in DoStoreContextSlot()