Home
last modified time | relevance | path

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

/external/v8/src/ia32/
Dlithium-ia32.h1791 class LStoreContextSlot FINAL : public LTemplateInstruction<0, 2, 1> {
1793 LStoreContextSlot(LOperand* context, LOperand* value, LOperand* temp) { in LStoreContextSlot() function
Dlithium-ia32.cc297 void LStoreContextSlot::PrintDataTo(StringStream* stream) { in PrintDataTo()
2159 LInstruction* result = new(zone()) LStoreContextSlot(context, value, temp); in DoStoreContextSlot()
Dlithium-codegen-ia32.cc2895 void LCodeGen::DoStoreContextSlot(LStoreContextSlot* instr) { in DoStoreContextSlot()
/external/v8/src/x87/
Dlithium-x87.h1801 class LStoreContextSlot FINAL : public LTemplateInstruction<0, 2, 1> {
1803 LStoreContextSlot(LOperand* context, LOperand* value, LOperand* temp) { in LStoreContextSlot() function
Dlithium-x87.cc308 void LStoreContextSlot::PrintDataTo(StringStream* stream) { in PrintDataTo()
2157 LInstruction* result = new(zone()) LStoreContextSlot(context, value, temp); in DoStoreContextSlot()
Dlithium-codegen-x87.cc3191 void LCodeGen::DoStoreContextSlot(LStoreContextSlot* instr) { in DoStoreContextSlot()
/external/v8/src/x64/
Dlithium-x64.h1777 class LStoreContextSlot FINAL : public LTemplateInstruction<0, 2, 1> {
1779 LStoreContextSlot(LOperand* context, LOperand* value, LOperand* temp) { in LStoreContextSlot() function
Dlithium-x64.cc291 void LStoreContextSlot::PrintDataTo(StringStream* stream) { in PrintDataTo()
2115 LInstruction* result = new(zone()) LStoreContextSlot(context, value, temp); in DoStoreContextSlot()
Dlithium-codegen-x64.cc2923 void LCodeGen::DoStoreContextSlot(LStoreContextSlot* instr) { in DoStoreContextSlot()
/external/v8/src/mips64/
Dlithium-mips64.h1738 class LStoreContextSlot FINAL : public LTemplateInstruction<0, 2, 0> {
1740 LStoreContextSlot(LOperand* context, LOperand* value) { in LStoreContextSlot() function
Dlithium-mips64.cc285 void LStoreContextSlot::PrintDataTo(StringStream* stream) { in PrintDataTo()
2103 LInstruction* result = new(zone()) LStoreContextSlot(context, value); in DoStoreContextSlot()
Dlithium-codegen-mips64.cc2930 void LCodeGen::DoStoreContextSlot(LStoreContextSlot* instr) { in DoStoreContextSlot()
/external/v8/src/mips/
Dlithium-mips.h1739 class LStoreContextSlot FINAL : public LTemplateInstruction<0, 2, 0> {
1741 LStoreContextSlot(LOperand* context, LOperand* value) { in LStoreContextSlot() function
Dlithium-mips.cc285 void LStoreContextSlot::PrintDataTo(StringStream* stream) { in PrintDataTo()
2105 LInstruction* result = new(zone()) LStoreContextSlot(context, value); in DoStoreContextSlot()
Dlithium-codegen-mips.cc2961 void LCodeGen::DoStoreContextSlot(LStoreContextSlot* instr) { in DoStoreContextSlot()
/external/v8/src/arm/
Dlithium-arm.h1775 class LStoreContextSlot FINAL : public LTemplateInstruction<0, 2, 0> {
1777 LStoreContextSlot(LOperand* context, LOperand* value) { in LStoreContextSlot() function
Dlithium-arm.cc278 void LStoreContextSlot::PrintDataTo(StringStream* stream) { in PrintDataTo()
2156 LInstruction* result = new(zone()) LStoreContextSlot(context, value); in DoStoreContextSlot()
Dlithium-codegen-arm.cc3064 void LCodeGen::DoStoreContextSlot(LStoreContextSlot* instr) { in DoStoreContextSlot()
/external/v8/src/arm64/
Dlithium-arm64.h2796 class LStoreContextSlot FINAL : public LTemplateInstruction<0, 2, 1> {
2798 LStoreContextSlot(LOperand* context, LOperand* value, LOperand* temp) { in LStoreContextSlot() function
Dlithium-arm64.cc267 void LStoreContextSlot::PrintDataTo(StringStream* stream) { in PrintDataTo()
2316 LInstruction* result = new(zone()) LStoreContextSlot(context, value, temp); in DoStoreContextSlot()
Dlithium-codegen-arm64.cc5099 void LCodeGen::DoStoreContextSlot(LStoreContextSlot* instr) { in DoStoreContextSlot()