Home
last modified time | relevance | path

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

12

/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.h305 void DoStoreKeyedExternalArray(LStoreKeyed* instr);
306 void DoStoreKeyedFixedDoubleArray(LStoreKeyed* instr);
307 void DoStoreKeyedFixedArray(LStoreKeyed* instr);
Dlithium-arm.cc349 void LStoreKeyed::PrintDataTo(StringStream* stream) { in PrintDataTo()
2262 return new (zone()) LStoreKeyed(object, key, val, nullptr); in DoStoreKeyed()
2275 return new (zone()) LStoreKeyed(backing_store, key, val, backing_store_owner); in DoStoreKeyed()
Dlithium-arm.h2134 class LStoreKeyed final : public LTemplateInstruction<0, 4, 0> {
2136 LStoreKeyed(LOperand* object, LOperand* key, LOperand* value, in LStoreKeyed() function
Dlithium-codegen-arm.cc3952 void LCodeGen::DoStoreKeyedExternalArray(LStoreKeyed* instr) { in DoStoreKeyedExternalArray()
4028 void LCodeGen::DoStoreKeyedFixedDoubleArray(LStoreKeyed* instr) { in DoStoreKeyedFixedDoubleArray()
4069 void LCodeGen::DoStoreKeyedFixedArray(LStoreKeyed* instr) { in DoStoreKeyedFixedArray()
4115 void LCodeGen::DoStoreKeyed(LStoreKeyed* instr) { in DoStoreKeyed()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.h290 void DoStoreKeyedExternalArray(LStoreKeyed* instr);
291 void DoStoreKeyedFixedDoubleArray(LStoreKeyed* instr);
292 void DoStoreKeyedFixedArray(LStoreKeyed* instr);
Dlithium-x64.cc393 void LStoreKeyed::PrintDataTo(StringStream* stream) { in PrintDataTo()
2268 return new (zone()) LStoreKeyed(object, key, val, nullptr); in DoStoreKeyed()
2293 return new (zone()) LStoreKeyed(backing_store, key, val, backing_store_owner); in DoStoreKeyed()
Dlithium-x64.h2114 class LStoreKeyed final : public LTemplateInstruction<0, 4, 0> {
2116 LStoreKeyed(LOperand* object, LOperand* key, LOperand* value, in LStoreKeyed() function
Dlithium-codegen-x64.cc4055 void LCodeGen::DoStoreKeyedExternalArray(LStoreKeyed* instr) { in DoStoreKeyedExternalArray()
4117 void LCodeGen::DoStoreKeyedFixedDoubleArray(LStoreKeyed* instr) { in DoStoreKeyedFixedDoubleArray()
4144 void LCodeGen::DoStoreKeyedFixedArray(LStoreKeyed* instr) { in DoStoreKeyedFixedArray()
4221 void LCodeGen::DoStoreKeyed(LStoreKeyed* instr) { in DoStoreKeyed()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.h269 void DoStoreKeyedExternalArray(LStoreKeyed* instr);
270 void DoStoreKeyedFixedDoubleArray(LStoreKeyed* instr);
271 void DoStoreKeyedFixedArray(LStoreKeyed* instr);
Dlithium-ppc.cc362 void LStoreKeyed::PrintDataTo(StringStream* stream) { in PrintDataTo()
2219 return new (zone()) LStoreKeyed(object, key, val, nullptr); in DoStoreKeyed()
2231 return new (zone()) LStoreKeyed(backing_store, key, val, backing_store_owner); in DoStoreKeyed()
Dlithium-ppc.h2049 class LStoreKeyed final : public LTemplateInstruction<0, 4, 0> {
2051 LStoreKeyed(LOperand* object, LOperand* key, LOperand* value, in LStoreKeyed() function
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.h290 void DoStoreKeyedExternalArray(LStoreKeyed* instr);
291 void DoStoreKeyedFixedDoubleArray(LStoreKeyed* instr);
292 void DoStoreKeyedFixedArray(LStoreKeyed* instr);
Dlithium-ia32.cc396 void LStoreKeyed::PrintDataTo(StringStream* stream) { in PrintDataTo()
2258 return new (zone()) LStoreKeyed(object, key, val, nullptr); in DoStoreKeyed()
2273 return new (zone()) LStoreKeyed(obj, key, val, nullptr); in DoStoreKeyed()
2293 return new (zone()) LStoreKeyed(backing_store, key, val, backing_store_owner); in DoStoreKeyed()
Dlithium-ia32.h2125 class LStoreKeyed final : public LTemplateInstruction<0, 4, 0> {
2127 LStoreKeyed(LOperand* obj, LOperand* key, LOperand* val, in LStoreKeyed() function
Dlithium-codegen-ia32.cc3903 void LCodeGen::DoStoreKeyedExternalArray(LStoreKeyed* instr) { in DoStoreKeyedExternalArray()
3957 void LCodeGen::DoStoreKeyedFixedDoubleArray(LStoreKeyed* instr) { in DoStoreKeyedFixedDoubleArray()
3978 void LCodeGen::DoStoreKeyedFixedArray(LStoreKeyed* instr) { in DoStoreKeyedFixedArray()
4022 void LCodeGen::DoStoreKeyed(LStoreKeyed* instr) { in DoStoreKeyed()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.h334 void DoStoreKeyedExternalArray(LStoreKeyed* instr);
335 void DoStoreKeyedFixedDoubleArray(LStoreKeyed* instr);
336 void DoStoreKeyedFixedArray(LStoreKeyed* instr);
Dlithium-mips.cc356 void LStoreKeyed::PrintDataTo(StringStream* stream) { in PrintDataTo()
2209 return new (zone()) LStoreKeyed(object, key, val, nullptr); in DoStoreKeyed()
2222 return new (zone()) LStoreKeyed(backing_store, key, val, backing_store_owner); in DoStoreKeyed()
Dlithium-mips.h2097 class LStoreKeyed final : public LTemplateInstruction<0, 4, 0> {
2099 LStoreKeyed(LOperand* object, LOperand* key, LOperand* value, in LStoreKeyed() function
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.h337 void DoStoreKeyedExternalArray(LStoreKeyed* instr);
338 void DoStoreKeyedFixedDoubleArray(LStoreKeyed* instr);
339 void DoStoreKeyedFixedArray(LStoreKeyed* instr);
Dlithium-mips64.cc356 void LStoreKeyed::PrintDataTo(StringStream* stream) { in PrintDataTo()
2214 return new (zone()) LStoreKeyed(object, key, val, nullptr); in DoStoreKeyed()
2227 return new (zone()) LStoreKeyed(backing_store, key, val, backing_store_owner); in DoStoreKeyed()
Dlithium-mips64.h2143 class LStoreKeyed final : public LTemplateInstruction<0, 4, 0> {
2145 LStoreKeyed(LOperand* object, LOperand* key, LOperand* value, in LStoreKeyed() function
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.h319 void DoStoreKeyedExternalArray(LStoreKeyed* instr);
320 void DoStoreKeyedFixedDoubleArray(LStoreKeyed* instr);
321 void DoStoreKeyedFixedArray(LStoreKeyed* instr);
Dlithium-x87.cc407 void LStoreKeyed::PrintDataTo(StringStream* stream) { in PrintDataTo()
2262 return new (zone()) LStoreKeyed(object, key, val, nullptr); in DoStoreKeyed()
2277 return new (zone()) LStoreKeyed(obj, key, val, nullptr); in DoStoreKeyed()
2297 return new (zone()) LStoreKeyed(backing_store, key, val, backing_store_owner); in DoStoreKeyed()
Dlithium-x87.h2129 class LStoreKeyed final : public LTemplateInstruction<0, 4, 0> {
2131 LStoreKeyed(LOperand* obj, LOperand* key, LOperand* val, in LStoreKeyed() function
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h2358 class LStoreKeyed : public LTemplateInstruction<0, 4, T> {
2360 LStoreKeyed(LOperand* elements, LOperand* key, LOperand* value, in LStoreKeyed() function
2415 class LStoreKeyedExternal final : public LStoreKeyed<1> {
2419 : LStoreKeyed<1>(elements, key, value, backing_store_owner) { in LStoreKeyedExternal()
2429 class LStoreKeyedFixed final : public LStoreKeyed<1> {
2433 : LStoreKeyed<1>(elements, key, value, nullptr) { in LStoreKeyedFixed()
2443 class LStoreKeyedFixedDouble final : public LStoreKeyed<1> {
2447 : LStoreKeyed<1>(elements, key, value, nullptr) { in LStoreKeyedFixedDouble()

12