Home
last modified time | relevance | path

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

/external/v8/src/x64/
Dlithium-x64.cc370 void LStoreNamedGeneric::PrintDataTo(StringStream* stream) { in PrintDataTo()
2416 LStoreNamedGeneric* result = in DoStoreNamedGeneric()
2417 new(zone()) LStoreNamedGeneric(context, object, value); in DoStoreNamedGeneric()
Dlithium-x64.h2209 class LStoreNamedGeneric FINAL : public LTemplateInstruction<0, 3, 0> {
2211 LStoreNamedGeneric(LOperand* context, LOperand* object, LOperand* value) { in LStoreNamedGeneric() function
Dlithium-codegen-x64.cc4210 void LCodeGen::DoStoreNamedGeneric(LStoreNamedGeneric* instr) { in DoStoreNamedGeneric()
/external/v8/src/x87/
Dlithium-x87.cc386 void LStoreNamedGeneric::PrintDataTo(StringStream* stream) { in PrintDataTo()
2439 LStoreNamedGeneric* result = in DoStoreNamedGeneric()
2440 new(zone()) LStoreNamedGeneric(context, object, value); in DoStoreNamedGeneric()
Dlithium-x87.h2232 class LStoreNamedGeneric FINAL : public LTemplateInstruction<0, 3, 0> {
2234 LStoreNamedGeneric(LOperand* context, LOperand* object, LOperand* value) { in LStoreNamedGeneric() function
Dlithium-codegen-x87.cc4506 void LCodeGen::DoStoreNamedGeneric(LStoreNamedGeneric* instr) { in DoStoreNamedGeneric()
/external/v8/src/ia32/
Dlithium-ia32.cc375 void LStoreNamedGeneric::PrintDataTo(StringStream* stream) { in PrintDataTo()
2435 LStoreNamedGeneric* result = in DoStoreNamedGeneric()
2436 new(zone()) LStoreNamedGeneric(context, object, value); in DoStoreNamedGeneric()
Dlithium-ia32.h2226 class LStoreNamedGeneric FINAL : public LTemplateInstruction<0, 3, 0> {
2228 LStoreNamedGeneric(LOperand* context, LOperand* object, LOperand* value) { in LStoreNamedGeneric() function
Dlithium-codegen-ia32.cc4089 void LCodeGen::DoStoreNamedGeneric(LStoreNamedGeneric* instr) { in DoStoreNamedGeneric()
/external/v8/src/mips64/
Dlithium-mips64.h2165 class LStoreNamedGeneric FINAL : public LTemplateInstruction<0, 3, 0> {
2167 LStoreNamedGeneric(LOperand* context, LOperand* object, LOperand* value) { in LStoreNamedGeneric() function
Dlithium-mips64.cc333 void LStoreNamedGeneric::PrintDataTo(StringStream* stream) { in PrintDataTo()
2329 LInstruction* result = new(zone()) LStoreNamedGeneric(context, obj, val); in DoStoreNamedGeneric()
Dlithium-codegen-mips64.cc4209 void LCodeGen::DoStoreNamedGeneric(LStoreNamedGeneric* instr) { in DoStoreNamedGeneric()
/external/v8/src/mips/
Dlithium-mips.h2181 class LStoreNamedGeneric FINAL : public LTemplateInstruction<0, 3, 0> {
2183 LStoreNamedGeneric(LOperand* context, LOperand* object, LOperand* value) { in LStoreNamedGeneric() function
Dlithium-mips.cc333 void LStoreNamedGeneric::PrintDataTo(StringStream* stream) { in PrintDataTo()
2329 LInstruction* result = new(zone()) LStoreNamedGeneric(context, obj, val); in DoStoreNamedGeneric()
Dlithium-codegen-mips.cc4178 void LCodeGen::DoStoreNamedGeneric(LStoreNamedGeneric* instr) { in DoStoreNamedGeneric()
/external/v8/src/arm/
Dlithium-arm.h2217 class LStoreNamedGeneric FINAL : public LTemplateInstruction<0, 3, 0> {
2219 LStoreNamedGeneric(LOperand* context, LOperand* object, LOperand* value) { in LStoreNamedGeneric() function
Dlithium-arm.cc326 void LStoreNamedGeneric::PrintDataTo(StringStream* stream) { in PrintDataTo()
2380 LInstruction* result = new(zone()) LStoreNamedGeneric(context, obj, val); in DoStoreNamedGeneric()
Dlithium-codegen-arm.cc4231 void LCodeGen::DoStoreNamedGeneric(LStoreNamedGeneric* instr) { in DoStoreNamedGeneric()
/external/v8/src/arm64/
Dlithium-arm64.h2620 class LStoreNamedGeneric FINAL: public LTemplateInstruction<0, 3, 0> {
2622 LStoreNamedGeneric(LOperand* context, LOperand* object, LOperand* value) { in LStoreNamedGeneric() function
Dlithium-arm64.cc293 void LStoreNamedGeneric::PrintDataTo(StringStream* stream) { in PrintDataTo()
2430 LInstruction* result = new(zone()) LStoreNamedGeneric(context, object, value); in DoStoreNamedGeneric()
Dlithium-codegen-arm64.cc5429 void LCodeGen::DoStoreNamedGeneric(LStoreNamedGeneric* instr) { in DoStoreNamedGeneric()