Home
last modified time | relevance | path

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

12

/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.h302 void DoLoadKeyedExternalArray(LLoadKeyed* instr);
303 void DoLoadKeyedFixedDoubleArray(LLoadKeyed* instr);
304 void DoLoadKeyedFixedArray(LLoadKeyed* instr);
Dlithium-arm.cc337 void LLoadKeyed::PrintDataTo(StringStream* stream) { in PrintDataTo()
2187 result = DefineAsRegister(new (zone()) LLoadKeyed(obj, key, nullptr)); in DoLoadKeyed()
2197 new (zone()) LLoadKeyed(backing_store, key, backing_store_owner)); in DoLoadKeyed()
Dlithium-arm.h1585 class LLoadKeyed final : public LTemplateInstruction<1, 3, 0> {
1587 LLoadKeyed(LOperand* elements, LOperand* key, LOperand* backing_store_owner) { in LLoadKeyed() function
Dlithium-codegen-arm.cc2884 void LCodeGen::DoLoadKeyedExternalArray(LLoadKeyed* instr) { in DoLoadKeyedExternalArray()
2962 void LCodeGen::DoLoadKeyedFixedDoubleArray(LLoadKeyed* instr) { in DoLoadKeyedFixedDoubleArray()
2998 void LCodeGen::DoLoadKeyedFixedArray(LLoadKeyed* instr) { in DoLoadKeyedFixedArray()
3054 void LCodeGen::DoLoadKeyed(LLoadKeyed* instr) { in DoLoadKeyed()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.h287 void DoLoadKeyedExternalArray(LLoadKeyed* instr);
288 void DoLoadKeyedFixedDoubleArray(LLoadKeyed* instr);
289 void DoLoadKeyedFixedArray(LLoadKeyed* instr);
Dlithium-x64.cc381 void LLoadKeyed::PrintDataTo(StringStream* stream) { in PrintDataTo()
2186 result = DefineAsRegister(new (zone()) LLoadKeyed(obj, key, nullptr)); in DoLoadKeyed()
2196 new (zone()) LLoadKeyed(backing_store, key, backing_store_owner)); in DoLoadKeyed()
Dlithium-x64.h1576 class LLoadKeyed final : public LTemplateInstruction<1, 3, 0> {
1578 LLoadKeyed(LOperand* elements, LOperand* key, LOperand* backing_store_owner) { in LLoadKeyed() function
Dlithium-codegen-x64.cc2848 void LCodeGen::DoLoadKeyedExternalArray(LLoadKeyed* instr) { in DoLoadKeyedExternalArray()
2919 void LCodeGen::DoLoadKeyedFixedDoubleArray(LLoadKeyed* instr) { in DoLoadKeyedFixedDoubleArray()
2949 void LCodeGen::DoLoadKeyedFixedArray(LLoadKeyed* instr) { in DoLoadKeyedFixedArray()
3018 void LCodeGen::DoLoadKeyed(LLoadKeyed* instr) { in DoLoadKeyed()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.h266 void DoLoadKeyedExternalArray(LLoadKeyed* instr);
267 void DoLoadKeyedFixedDoubleArray(LLoadKeyed* instr);
268 void DoLoadKeyedFixedArray(LLoadKeyed* instr);
Dlithium-ppc.cc350 void LLoadKeyed::PrintDataTo(StringStream* stream) { in PrintDataTo()
2147 result = DefineAsRegister(new (zone()) LLoadKeyed(obj, key, nullptr)); in DoLoadKeyed()
2156 new (zone()) LLoadKeyed(backing_store, key, backing_store_owner)); in DoLoadKeyed()
Dlithium-ppc.h1527 class LLoadKeyed final : public LTemplateInstruction<1, 3, 0> {
1529 LLoadKeyed(LOperand* elements, LOperand* key, LOperand* backing_store_owner) { in LLoadKeyed() function
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.h287 void DoLoadKeyedExternalArray(LLoadKeyed* instr);
288 void DoLoadKeyedFixedDoubleArray(LLoadKeyed* instr);
289 void DoLoadKeyedFixedArray(LLoadKeyed* instr);
Dlithium-ia32.cc384 void LLoadKeyed::PrintDataTo(StringStream* stream) { in PrintDataTo()
2183 result = DefineAsRegister(new (zone()) LLoadKeyed(obj, key, nullptr)); in DoLoadKeyed()
2193 new (zone()) LLoadKeyed(backing_store, key, backing_store_owner)); in DoLoadKeyed()
Dlithium-ia32.h1571 class LLoadKeyed final : public LTemplateInstruction<1, 3, 0> {
1573 LLoadKeyed(LOperand* elements, LOperand* key, LOperand* backing_store_owner) { in LLoadKeyed() function
Dlithium-codegen-ia32.cc2823 void LCodeGen::DoLoadKeyedExternalArray(LLoadKeyed* instr) { in DoLoadKeyedExternalArray()
2887 void LCodeGen::DoLoadKeyedFixedDoubleArray(LLoadKeyed* instr) { in DoLoadKeyedFixedDoubleArray()
2909 void LCodeGen::DoLoadKeyedFixedArray(LLoadKeyed* instr) { in DoLoadKeyedFixedArray()
2947 void LCodeGen::DoLoadKeyed(LLoadKeyed* instr) { in DoLoadKeyed()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.h331 void DoLoadKeyedExternalArray(LLoadKeyed* instr);
332 void DoLoadKeyedFixedDoubleArray(LLoadKeyed* instr);
333 void DoLoadKeyedFixedArray(LLoadKeyed* instr);
Dlithium-mips.cc344 void LLoadKeyed::PrintDataTo(StringStream* stream) { in PrintDataTo()
2134 result = DefineAsRegister(new (zone()) LLoadKeyed(obj, key, nullptr)); in DoLoadKeyed()
2144 new (zone()) LLoadKeyed(backing_store, key, backing_store_owner)); in DoLoadKeyed()
Dlithium-mips.h1548 class LLoadKeyed final : public LTemplateInstruction<1, 3, 0> {
1550 LLoadKeyed(LOperand* elements, LOperand* key, LOperand* backing_store_owner) { in LLoadKeyed() function
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.h334 void DoLoadKeyedExternalArray(LLoadKeyed* instr);
335 void DoLoadKeyedFixedDoubleArray(LLoadKeyed* instr);
336 void DoLoadKeyedFixedArray(LLoadKeyed* instr);
Dlithium-mips64.cc344 void LLoadKeyed::PrintDataTo(StringStream* stream) { in PrintDataTo()
2138 result = DefineAsRegister(new (zone()) LLoadKeyed(obj, key, nullptr)); in DoLoadKeyed()
2148 new (zone()) LLoadKeyed(backing_store, key, backing_store_owner)); in DoLoadKeyed()
Dlithium-mips64.h1610 class LLoadKeyed final : public LTemplateInstruction<1, 3, 0> {
1612 LLoadKeyed(LOperand* elements, LOperand* key, LOperand* backing_store_owner) { in LLoadKeyed() function
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.h316 void DoLoadKeyedExternalArray(LLoadKeyed* instr);
317 void DoLoadKeyedFixedDoubleArray(LLoadKeyed* instr);
318 void DoLoadKeyedFixedArray(LLoadKeyed* instr);
Dlithium-x87.cc395 void LLoadKeyed::PrintDataTo(StringStream* stream) { in PrintDataTo()
2181 result = DefineAsRegister(new (zone()) LLoadKeyed(obj, key, nullptr)); in DoLoadKeyed()
2191 new (zone()) LLoadKeyed(backing_store, key, backing_store_owner)); in DoLoadKeyed()
Dlithium-x87.h1579 class LLoadKeyed final : public LTemplateInstruction<1, 3, 0> {
1581 LLoadKeyed(LOperand* elements, LOperand* key, LOperand* backing_store_owner) { in LLoadKeyed() function
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h1665 class LLoadKeyed : public LTemplateInstruction<1, 3, T> {
1667 LLoadKeyed(LOperand* elements, LOperand* key, LOperand* backing_store_owner) { in LLoadKeyed() function
1706 class LLoadKeyedExternal: public LLoadKeyed<1> {
1710 : LLoadKeyed<1>(elements, key, backing_store_owner) { in LLoadKeyedExternal()
1720 class LLoadKeyedFixed: public LLoadKeyed<1> {
1723 : LLoadKeyed<1>(elements, key, nullptr) { in LLoadKeyedFixed()
1733 class LLoadKeyedFixedDouble: public LLoadKeyed<1> {
1736 : LLoadKeyed<1>(elements, key, nullptr) { in LLoadKeyedFixedDouble()

12