Home
last modified time | relevance | path

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

12

/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.h96 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
Dlithium-x64.h2274 class LStringCharFromCode final : public LTemplateInstruction<1, 2, 0> {
2276 explicit LStringCharFromCode(LOperand* context, LOperand* char_code) { in LStringCharFromCode() function
Dlithium-x64.cc2455 LStringCharFromCode* result = in DoStringCharFromCode()
2456 new(zone()) LStringCharFromCode(context, char_code); in DoStringCharFromCode()
Dlithium-codegen-x64.cc4459 void LCodeGen::DoStringCharFromCode(LStringCharFromCode* instr) { in DoStringCharFromCode()
4462 DeferredStringCharFromCode(LCodeGen* codegen, LStringCharFromCode* instr) in DoStringCharFromCode()
4470 LStringCharFromCode* instr_; in DoStringCharFromCode()
4494 void LCodeGen::DoDeferredStringCharFromCode(LStringCharFromCode* instr) { in DoDeferredStringCharFromCode()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.h107 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
Dlithium-ppc.h2209 class LStringCharFromCode final : public LTemplateInstruction<1, 2, 0> {
2211 explicit LStringCharFromCode(LOperand* context, LOperand* char_code) { in LStringCharFromCode() function
Dlithium-ppc.cc2373 LStringCharFromCode* result = in DoStringCharFromCode()
2374 new (zone()) LStringCharFromCode(context, char_code); in DoStringCharFromCode()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.h100 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
Dlithium-ia32.h2287 class LStringCharFromCode final : public LTemplateInstruction<1, 2, 0> {
2289 LStringCharFromCode(LOperand* context, LOperand* char_code) { in LStringCharFromCode() function
Dlithium-ia32.cc2462 LStringCharFromCode* result = in DoStringCharFromCode()
2463 new(zone()) LStringCharFromCode(context, char_code); in DoStringCharFromCode()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.h111 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
Dlithium-arm.h2299 class LStringCharFromCode final : public LTemplateInstruction<1, 2, 0> {
2301 explicit LStringCharFromCode(LOperand* context, LOperand* char_code) { in LStringCharFromCode() function
Dlithium-arm.cc2420 LStringCharFromCode* result = in DoStringCharFromCode()
2421 new(zone()) LStringCharFromCode(context, char_code); in DoStringCharFromCode()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.h110 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
Dlithium-mips.h2256 class LStringCharFromCode final : public LTemplateInstruction<1, 2, 0> {
2258 explicit LStringCharFromCode(LOperand* context, LOperand* char_code) { in LStringCharFromCode() function
Dlithium-mips.cc2367 LStringCharFromCode* result = in DoStringCharFromCode()
2368 new(zone()) LStringCharFromCode(context, char_code); in DoStringCharFromCode()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.h111 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
Dlithium-mips64.h2302 class LStringCharFromCode final : public LTemplateInstruction<1, 2, 0> {
2304 explicit LStringCharFromCode(LOperand* context, LOperand* char_code) { in LStringCharFromCode() function
Dlithium-mips64.cc2372 LStringCharFromCode* result = in DoStringCharFromCode()
2373 new(zone()) LStringCharFromCode(context, char_code); in DoStringCharFromCode()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.h117 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
Dlithium-arm64.h2595 class LStringCharFromCode final : public LTemplateInstruction<1, 2, 0> {
2597 LStringCharFromCode(LOperand* context, LOperand* char_code) { in LStringCharFromCode() function
Dlithium-arm64.cc2424 LStringCharFromCode* result = in DoStringCharFromCode()
2425 new(zone()) LStringCharFromCode(context, char_code); in DoStringCharFromCode()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.h135 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
Dlithium-x87.h2291 class LStringCharFromCode final : public LTemplateInstruction<1, 2, 0> {
2293 LStringCharFromCode(LOperand* context, LOperand* char_code) { in LStringCharFromCode() function
Dlithium-x87.cc2466 LStringCharFromCode* result = in DoStringCharFromCode()
2467 new(zone()) LStringCharFromCode(context, char_code); in DoStringCharFromCode()

12