Home
last modified time | relevance | path

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

/external/v8/src/ia32/
Dlithium-ia32.h1446 class LSeqStringGetChar FINAL : public LTemplateInstruction<1, 2, 0> {
1448 LSeqStringGetChar(LOperand* string, LOperand* index) { in LSeqStringGetChar() function
Dlithium-ia32.cc1818 return DefineAsRegister(new(zone()) LSeqStringGetChar(string, index)); in DoSeqStringGetChar()
Dlithium-codegen-ia32.cc1825 void LCodeGen::DoSeqStringGetChar(LSeqStringGetChar* instr) { in DoSeqStringGetChar()
/external/v8/src/x87/
Dlithium-x87.h1454 class LSeqStringGetChar FINAL : public LTemplateInstruction<1, 2, 0> {
1456 LSeqStringGetChar(LOperand* string, LOperand* index) { in LSeqStringGetChar() function
Dlithium-x87.cc1824 return DefineAsRegister(new(zone()) LSeqStringGetChar(string, index)); in DoSeqStringGetChar()
Dlithium-codegen-x87.cc2093 void LCodeGen::DoSeqStringGetChar(LSeqStringGetChar* instr) { in DoSeqStringGetChar()
/external/v8/src/x64/
Dlithium-x64.h1433 class LSeqStringGetChar FINAL : public LTemplateInstruction<1, 2, 0> {
1435 LSeqStringGetChar(LOperand* string, LOperand* index) { in LSeqStringGetChar() function
Dlithium-x64.cc1796 return DefineAsRegister(new(zone()) LSeqStringGetChar(string, index)); in DoSeqStringGetChar()
Dlithium-codegen-x64.cc1810 void LCodeGen::DoSeqStringGetChar(LSeqStringGetChar* instr) { in DoSeqStringGetChar()
/external/v8/src/mips64/
Dlithium-mips64.h1421 class LSeqStringGetChar FINAL : public LTemplateInstruction<1, 2, 0> {
1423 LSeqStringGetChar(LOperand* string, LOperand* index) { in LSeqStringGetChar() function
Dlithium-mips64.cc1796 return DefineAsRegister(new(zone()) LSeqStringGetChar(string, index)); in DoSeqStringGetChar()
Dlithium-codegen-mips64.cc1797 void LCodeGen::DoSeqStringGetChar(LSeqStringGetChar* instr) { in DoSeqStringGetChar()
/external/v8/src/mips/
Dlithium-mips.h1422 class LSeqStringGetChar FINAL : public LTemplateInstruction<1, 2, 0> {
1424 LSeqStringGetChar(LOperand* string, LOperand* index) { in LSeqStringGetChar() function
Dlithium-mips.cc1795 return DefineAsRegister(new(zone()) LSeqStringGetChar(string, index)); in DoSeqStringGetChar()
Dlithium-codegen-mips.cc1834 void LCodeGen::DoSeqStringGetChar(LSeqStringGetChar* instr) { in DoSeqStringGetChar()
/external/v8/src/arm/
Dlithium-arm.h1456 class LSeqStringGetChar FINAL : public LTemplateInstruction<1, 2, 0> {
1458 LSeqStringGetChar(LOperand* string, LOperand* index) { in LSeqStringGetChar() function
Dlithium-arm.cc1846 return DefineAsRegister(new(zone()) LSeqStringGetChar(string, index)); in DoSeqStringGetChar()
Dlithium-codegen-arm.cc1994 void LCodeGen::DoSeqStringGetChar(LSeqStringGetChar* instr) { in DoSeqStringGetChar()
/external/v8/src/arm64/
Dlithium-arm64.h2378 class LSeqStringGetChar FINAL : public LTemplateInstruction<1, 2, 1> {
2380 LSeqStringGetChar(LOperand* string, in LSeqStringGetChar() function
Dlithium-arm64.cc2081 LSeqStringGetChar* result = in DoSeqStringGetChar()
2082 new(zone()) LSeqStringGetChar(string, index, temp); in DoSeqStringGetChar()
Dlithium-codegen-arm64.cc4803 void LCodeGen::DoSeqStringGetChar(LSeqStringGetChar* instr) { in DoSeqStringGetChar()