Home
last modified time | relevance | path

Searched refs:LStringCharFromCode (Results 1 – 25 of 36) sorted by relevance

12

/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.h94 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
Dlithium-x64.h2058 class LStringCharFromCode final : public LTemplateInstruction<1, 2, 0> {
2060 explicit LStringCharFromCode(LOperand* context, LOperand* char_code) { in LStringCharFromCode() function
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.h109 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
Dlithium-arm.h2057 class LStringCharFromCode final : public LTemplateInstruction<1, 2, 0> {
2059 explicit LStringCharFromCode(LOperand* context, LOperand* char_code) { in LStringCharFromCode() function
Dlithium-arm.cc2211 LStringCharFromCode* result = in DoStringCharFromCode()
2212 new(zone()) LStringCharFromCode(context, char_code); in DoStringCharFromCode()
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.h106 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
Dlithium-s390.h1871 class LStringCharFromCode final : public LTemplateInstruction<1, 2, 0> {
1873 explicit LStringCharFromCode(LOperand* context, LOperand* char_code) { in LStringCharFromCode() function
Dlithium-s390.cc2002 LStringCharFromCode* result = in DoStringCharFromCode()
2003 new (zone()) LStringCharFromCode(context, char_code); in DoStringCharFromCode()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.h96 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
Dlithium-ia32.h2071 class LStringCharFromCode final : public LTemplateInstruction<1, 2, 0> {
2073 LStringCharFromCode(LOperand* context, LOperand* char_code) { in LStringCharFromCode() function
Dlithium-ia32.cc2272 LStringCharFromCode* result = in DoStringCharFromCode()
2273 new(zone()) LStringCharFromCode(context, char_code); in DoStringCharFromCode()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.h107 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
Dlithium-ppc.h2003 class LStringCharFromCode final : public LTemplateInstruction<1, 2, 0> {
2005 explicit LStringCharFromCode(LOperand* context, LOperand* char_code) { in LStringCharFromCode() function
Dlithium-ppc.cc2180 LStringCharFromCode* result = in DoStringCharFromCode()
2181 new (zone()) LStringCharFromCode(context, char_code); in DoStringCharFromCode()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.h108 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
Dlithium-mips.h2014 class LStringCharFromCode final : public LTemplateInstruction<1, 2, 0> {
2016 explicit LStringCharFromCode(LOperand* context, LOperand* char_code) { in LStringCharFromCode() function
Dlithium-mips.cc2158 LStringCharFromCode* result = in DoStringCharFromCode()
2159 new(zone()) LStringCharFromCode(context, char_code); in DoStringCharFromCode()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.h109 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
Dlithium-mips64.h2060 class LStringCharFromCode final : public LTemplateInstruction<1, 2, 0> {
2062 explicit LStringCharFromCode(LOperand* context, LOperand* char_code) { in LStringCharFromCode() function
Dlithium-mips64.cc2163 LStringCharFromCode* result = in DoStringCharFromCode()
2164 new(zone()) LStringCharFromCode(context, char_code); in DoStringCharFromCode()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.h115 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
Dlithium-arm64.h2329 class LStringCharFromCode final : public LTemplateInstruction<1, 2, 0> {
2331 LStringCharFromCode(LOperand* context, LOperand* char_code) { in LStringCharFromCode() function
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.h131 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
Dlithium-x87.h2057 class LStringCharFromCode final : public LTemplateInstruction<1, 2, 0> {
2059 LStringCharFromCode(LOperand* context, LOperand* char_code) { in LStringCharFromCode() function
Dlithium-x87.cc2274 LStringCharFromCode* result = in DoStringCharFromCode()
2275 new(zone()) LStringCharFromCode(context, char_code); in DoStringCharFromCode()

12