Home
last modified time | relevance | path

Searched refs:LStoreKeyed (Results 1 – 25 of 33) sorted by relevance

12

/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.h294 void DoStoreKeyedExternalArray(LStoreKeyed* instr);
295 void DoStoreKeyedFixedDoubleArray(LStoreKeyed* instr);
296 void DoStoreKeyedFixedArray(LStoreKeyed* instr);
Dlithium-x64.cc356 void LStoreKeyed::PrintDataTo(StringStream* stream) { in PrintDataTo()
2129 return new (zone()) LStoreKeyed(object, key, val, nullptr); in DoStoreKeyed()
2154 return new (zone()) LStoreKeyed(backing_store, key, val, backing_store_owner); in DoStoreKeyed()
Dlithium-x64.h1924 class LStoreKeyed final : public LTemplateInstruction<0, 4, 0> {
1926 LStoreKeyed(LOperand* object, LOperand* key, LOperand* value, in LStoreKeyed() function
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.h308 void DoStoreKeyedExternalArray(LStoreKeyed* instr);
309 void DoStoreKeyedFixedDoubleArray(LStoreKeyed* instr);
310 void DoStoreKeyedFixedArray(LStoreKeyed* instr);
Dlithium-arm.cc311 void LStoreKeyed::PrintDataTo(StringStream* stream) { in PrintDataTo()
2095 return new (zone()) LStoreKeyed(object, key, val, nullptr); in DoStoreKeyed()
2108 return new (zone()) LStoreKeyed(backing_store, key, val, backing_store_owner); in DoStoreKeyed()
Dlithium-arm.h1918 class LStoreKeyed final : public LTemplateInstruction<0, 4, 0> {
1920 LStoreKeyed(LOperand* object, LOperand* key, LOperand* value, in LStoreKeyed() function
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.h273 void DoStoreKeyedExternalArray(LStoreKeyed* instr);
274 void DoStoreKeyedFixedDoubleArray(LStoreKeyed* instr);
275 void DoStoreKeyedFixedArray(LStoreKeyed* instr);
Dlithium-s390.cc295 void LStoreKeyed::PrintDataTo(StringStream* stream) { in PrintDataTo()
1896 return new (zone()) LStoreKeyed(object, key, val, nullptr); in DoStoreKeyed()
1908 return new (zone()) LStoreKeyed(backing_store, key, val, backing_store_owner); in DoStoreKeyed()
Dlithium-s390.h1741 class LStoreKeyed final : public LTemplateInstruction<0, 4, 0> {
1743 LStoreKeyed(LOperand* object, LOperand* key, LOperand* value, in LStoreKeyed() function
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.h291 void DoStoreKeyedExternalArray(LStoreKeyed* instr);
292 void DoStoreKeyedFixedDoubleArray(LStoreKeyed* instr);
293 void DoStoreKeyedFixedArray(LStoreKeyed* instr);
Dlithium-ia32.cc358 void LStoreKeyed::PrintDataTo(StringStream* stream) { in PrintDataTo()
2110 return new (zone()) LStoreKeyed(object, key, val, nullptr); in DoStoreKeyed()
2125 return new (zone()) LStoreKeyed(obj, key, val, nullptr); in DoStoreKeyed()
2145 return new (zone()) LStoreKeyed(backing_store, key, val, backing_store_owner); in DoStoreKeyed()
Dlithium-ia32.h1935 class LStoreKeyed final : public LTemplateInstruction<0, 4, 0> {
1937 LStoreKeyed(LOperand* obj, LOperand* key, LOperand* val, in LStoreKeyed() function
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.h274 void DoStoreKeyedExternalArray(LStoreKeyed* instr);
275 void DoStoreKeyedFixedDoubleArray(LStoreKeyed* instr);
276 void DoStoreKeyedFixedArray(LStoreKeyed* instr);
Dlithium-ppc.cc324 void LStoreKeyed::PrintDataTo(StringStream* stream) { in PrintDataTo()
2067 return new (zone()) LStoreKeyed(object, key, val, nullptr); in DoStoreKeyed()
2079 return new (zone()) LStoreKeyed(backing_store, key, val, backing_store_owner); in DoStoreKeyed()
Dlithium-ppc.h1868 class LStoreKeyed final : public LTemplateInstruction<0, 4, 0> {
1870 LStoreKeyed(LOperand* object, LOperand* key, LOperand* value, in LStoreKeyed() function
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.h337 void DoStoreKeyedExternalArray(LStoreKeyed* instr);
338 void DoStoreKeyedFixedDoubleArray(LStoreKeyed* instr);
339 void DoStoreKeyedFixedArray(LStoreKeyed* instr);
Dlithium-mips.cc318 void LStoreKeyed::PrintDataTo(StringStream* stream) { in PrintDataTo()
2042 return new (zone()) LStoreKeyed(object, key, val, nullptr); in DoStoreKeyed()
2055 return new (zone()) LStoreKeyed(backing_store, key, val, backing_store_owner); in DoStoreKeyed()
Dlithium-mips.h1881 class LStoreKeyed final : public LTemplateInstruction<0, 4, 0> {
1883 LStoreKeyed(LOperand* object, LOperand* key, LOperand* value, in LStoreKeyed() function
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.h340 void DoStoreKeyedExternalArray(LStoreKeyed* instr);
341 void DoStoreKeyedFixedDoubleArray(LStoreKeyed* instr);
342 void DoStoreKeyedFixedArray(LStoreKeyed* instr);
Dlithium-mips64.cc318 void LStoreKeyed::PrintDataTo(StringStream* stream) { in PrintDataTo()
2047 return new (zone()) LStoreKeyed(object, key, val, nullptr); in DoStoreKeyed()
2060 return new (zone()) LStoreKeyed(backing_store, key, val, backing_store_owner); in DoStoreKeyed()
Dlithium-mips64.h1927 class LStoreKeyed final : public LTemplateInstruction<0, 4, 0> {
1929 LStoreKeyed(LOperand* object, LOperand* key, LOperand* value, in LStoreKeyed() function
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.h320 void DoStoreKeyedExternalArray(LStoreKeyed* instr);
321 void DoStoreKeyedFixedDoubleArray(LStoreKeyed* instr);
322 void DoStoreKeyedFixedArray(LStoreKeyed* instr);
Dlithium-x87.cc369 void LStoreKeyed::PrintDataTo(StringStream* stream) { in PrintDataTo()
2112 return new (zone()) LStoreKeyed(object, key, val, nullptr); in DoStoreKeyed()
2127 return new (zone()) LStoreKeyed(obj, key, val, nullptr); in DoStoreKeyed()
2147 return new (zone()) LStoreKeyed(backing_store, key, val, backing_store_owner); in DoStoreKeyed()
Dlithium-x87.h1921 class LStoreKeyed final : public LTemplateInstruction<0, 4, 0> {
1923 LStoreKeyed(LOperand* obj, LOperand* key, LOperand* val, in LStoreKeyed() function
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h2145 class LStoreKeyed : public LTemplateInstruction<0, 4, T> {
2147 LStoreKeyed(LOperand* elements, LOperand* key, LOperand* value, in LStoreKeyed() function
2202 class LStoreKeyedExternal final : public LStoreKeyed<1> {
2206 : LStoreKeyed<1>(elements, key, value, backing_store_owner) { in LStoreKeyedExternal()
2216 class LStoreKeyedFixed final : public LStoreKeyed<1> {
2220 : LStoreKeyed<1>(elements, key, value, nullptr) { in LStoreKeyedFixed()
2230 class LStoreKeyedFixedDouble final : public LStoreKeyed<1> {
2234 : LStoreKeyed<1>(elements, key, value, nullptr) { in LStoreKeyedFixedDouble()

12