Home
last modified time | relevance | path

Searched refs:LSeqStringGetChar (Results 1 – 24 of 24) sorted by relevance

/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h1327 class LSeqStringGetChar final : public LTemplateInstruction<1, 2, 0> {
1329 LSeqStringGetChar(LOperand* string, LOperand* index) { in LSeqStringGetChar() function
Dlithium-ppc.cc1794 return DefineAsRegister(new (zone()) LSeqStringGetChar(string, index)); in DoSeqStringGetChar()
Dlithium-codegen-ppc.cc1840 void LCodeGen::DoSeqStringGetChar(LSeqStringGetChar* instr) { in DoShiftI()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h1353 class LSeqStringGetChar final : public LTemplateInstruction<1, 2, 0> {
1355 LSeqStringGetChar(LOperand* string, LOperand* index) { in LSeqStringGetChar() function
Dlithium-ia32.cc1792 return DefineAsRegister(new(zone()) LSeqStringGetChar(string, index)); in DoSeqStringGetChar()
Dlithium-codegen-ia32.cc1697 void LCodeGen::DoSeqStringGetChar(LSeqStringGetChar* instr) { in DoSeqStringGetChar()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h1339 class LSeqStringGetChar final : public LTemplateInstruction<1, 2, 0> {
1341 LSeqStringGetChar(LOperand* string, LOperand* index) { in LSeqStringGetChar() function
Dlithium-mips.cc1778 return DefineAsRegister(new(zone()) LSeqStringGetChar(string, index)); in DoSeqStringGetChar()
Dlithium-codegen-mips.cc1687 void LCodeGen::DoSeqStringGetChar(LSeqStringGetChar* instr) { in DoSeqStringGetChar()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h1345 class LSeqStringGetChar final : public LTemplateInstruction<1, 2, 0> {
1347 LSeqStringGetChar(LOperand* string, LOperand* index) { in LSeqStringGetChar() function
Dlithium-x64.cc1785 return DefineAsRegister(new(zone()) LSeqStringGetChar(string, index)); in DoSeqStringGetChar()
Dlithium-codegen-x64.cc1688 void LCodeGen::DoSeqStringGetChar(LSeqStringGetChar* instr) { in DoSeqStringGetChar()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h1359 class LSeqStringGetChar final : public LTemplateInstruction<1, 2, 0> {
1361 LSeqStringGetChar(LOperand* string, LOperand* index) { in LSeqStringGetChar() function
Dlithium-x87.cc1797 return DefineAsRegister(new(zone()) LSeqStringGetChar(string, index)); in DoSeqStringGetChar()
Dlithium-codegen-x87.cc1974 void LCodeGen::DoSeqStringGetChar(LSeqStringGetChar* instr) { in DoSeqStringGetChar()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h1371 class LSeqStringGetChar final : public LTemplateInstruction<1, 2, 0> {
1373 LSeqStringGetChar(LOperand* string, LOperand* index) { in LSeqStringGetChar() function
Dlithium-mips64.cc1784 return DefineAsRegister(new(zone()) LSeqStringGetChar(string, index)); in DoSeqStringGetChar()
Dlithium-codegen-mips64.cc1784 void LCodeGen::DoSeqStringGetChar(LSeqStringGetChar* instr) { in DoSeqStringGetChar()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h1376 class LSeqStringGetChar final : public LTemplateInstruction<1, 2, 0> {
1378 LSeqStringGetChar(LOperand* string, LOperand* index) { in LSeqStringGetChar() function
Dlithium-arm.cc1831 return DefineAsRegister(new(zone()) LSeqStringGetChar(string, index)); in DoSeqStringGetChar()
Dlithium-codegen-arm.cc1837 void LCodeGen::DoSeqStringGetChar(LSeqStringGetChar* instr) { in DoSeqStringGetChar()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h2265 class LSeqStringGetChar final : public LTemplateInstruction<1, 2, 1> {
2267 LSeqStringGetChar(LOperand* string, in LSeqStringGetChar() function
Dlithium-arm64.cc2046 LSeqStringGetChar* result = in DoSeqStringGetChar()
2047 new(zone()) LSeqStringGetChar(string, index, temp); in DoSeqStringGetChar()
Dlithium-codegen-arm64.cc4504 void LCodeGen::DoSeqStringGetChar(LSeqStringGetChar* instr) { in DoSeqStringGetChar()