/external/v8/src/crankshaft/arm/ |
D | lithium-codegen-arm.h | 302 void DoLoadKeyedExternalArray(LLoadKeyed* instr); 303 void DoLoadKeyedFixedDoubleArray(LLoadKeyed* instr); 304 void DoLoadKeyedFixedArray(LLoadKeyed* instr);
|
D | lithium-arm.cc | 337 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()
|
D | lithium-arm.h | 1585 class LLoadKeyed final : public LTemplateInstruction<1, 3, 0> { 1587 LLoadKeyed(LOperand* elements, LOperand* key, LOperand* backing_store_owner) { in LLoadKeyed() function
|
D | lithium-codegen-arm.cc | 2884 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/ |
D | lithium-codegen-x64.h | 287 void DoLoadKeyedExternalArray(LLoadKeyed* instr); 288 void DoLoadKeyedFixedDoubleArray(LLoadKeyed* instr); 289 void DoLoadKeyedFixedArray(LLoadKeyed* instr);
|
D | lithium-x64.cc | 381 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()
|
D | lithium-x64.h | 1576 class LLoadKeyed final : public LTemplateInstruction<1, 3, 0> { 1578 LLoadKeyed(LOperand* elements, LOperand* key, LOperand* backing_store_owner) { in LLoadKeyed() function
|
D | lithium-codegen-x64.cc | 2848 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/ |
D | lithium-codegen-ppc.h | 266 void DoLoadKeyedExternalArray(LLoadKeyed* instr); 267 void DoLoadKeyedFixedDoubleArray(LLoadKeyed* instr); 268 void DoLoadKeyedFixedArray(LLoadKeyed* instr);
|
D | lithium-ppc.cc | 350 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()
|
D | lithium-ppc.h | 1527 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/ |
D | lithium-codegen-ia32.h | 287 void DoLoadKeyedExternalArray(LLoadKeyed* instr); 288 void DoLoadKeyedFixedDoubleArray(LLoadKeyed* instr); 289 void DoLoadKeyedFixedArray(LLoadKeyed* instr);
|
D | lithium-ia32.cc | 384 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()
|
D | lithium-ia32.h | 1571 class LLoadKeyed final : public LTemplateInstruction<1, 3, 0> { 1573 LLoadKeyed(LOperand* elements, LOperand* key, LOperand* backing_store_owner) { in LLoadKeyed() function
|
D | lithium-codegen-ia32.cc | 2823 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/ |
D | lithium-codegen-mips.h | 331 void DoLoadKeyedExternalArray(LLoadKeyed* instr); 332 void DoLoadKeyedFixedDoubleArray(LLoadKeyed* instr); 333 void DoLoadKeyedFixedArray(LLoadKeyed* instr);
|
D | lithium-mips.cc | 344 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()
|
D | lithium-mips.h | 1548 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/ |
D | lithium-codegen-mips64.h | 334 void DoLoadKeyedExternalArray(LLoadKeyed* instr); 335 void DoLoadKeyedFixedDoubleArray(LLoadKeyed* instr); 336 void DoLoadKeyedFixedArray(LLoadKeyed* instr);
|
D | lithium-mips64.cc | 344 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()
|
D | lithium-mips64.h | 1610 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/ |
D | lithium-codegen-x87.h | 316 void DoLoadKeyedExternalArray(LLoadKeyed* instr); 317 void DoLoadKeyedFixedDoubleArray(LLoadKeyed* instr); 318 void DoLoadKeyedFixedArray(LLoadKeyed* instr);
|
D | lithium-x87.cc | 395 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()
|
D | lithium-x87.h | 1579 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/ |
D | lithium-arm64.h | 1665 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()
|