Searched refs:LStringCharFromCode (Results 1 - 25 of 28) sorted by relevance

12

/external/v8/src/arm/
H A Dlithium-codegen-arm.h116 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
H A Dlithium-arm.h2382 class LStringCharFromCode FINAL : public LTemplateInstruction<1, 2, 0> {
2384 explicit LStringCharFromCode(LOperand* context, LOperand* char_code) { function in class:v8::internal::FINAL
H A Dlithium-codegen-arm.cc4580 void LCodeGen::DoStringCharFromCode(LStringCharFromCode* instr) {
4583 DeferredStringCharFromCode(LCodeGen* codegen, LStringCharFromCode* instr)
4590 LStringCharFromCode* instr_;
4613 void LCodeGen::DoDeferredStringCharFromCode(LStringCharFromCode* instr) {
H A Dlithium-arm.cc2408 LStringCharFromCode* result =
2409 new(zone()) LStringCharFromCode(context, char_code);
/external/v8/src/arm64/
H A Dlithium-codegen-arm64.h126 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
H A Dlithium-codegen-arm64.cc5498 void LCodeGen::DoStringCharFromCode(LStringCharFromCode* instr) {
5501 DeferredStringCharFromCode(LCodeGen* codegen, LStringCharFromCode* instr)
5506 LStringCharFromCode* instr_;
5527 void LCodeGen::DoDeferredStringCharFromCode(LStringCharFromCode* instr) {
H A Dlithium-arm64.cc2458 LStringCharFromCode* result =
2459 new(zone()) LStringCharFromCode(context, char_code);
H A Dlithium-arm64.h2677 class LStringCharFromCode FINAL : public LTemplateInstruction<1, 2, 0> {
2679 LStringCharFromCode(LOperand* context, LOperand* char_code) { function in class:v8::internal::FINAL
/external/v8/src/ia32/
H A Dlithium-codegen-ia32.h105 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
H A Dlithium-ia32.h2386 class LStringCharFromCode FINAL : public LTemplateInstruction<1, 2, 0> {
2388 LStringCharFromCode(LOperand* context, LOperand* char_code) { function in class:v8::internal::FINAL
H A Dlithium-codegen-ia32.cc4390 void LCodeGen::DoStringCharFromCode(LStringCharFromCode* instr) {
4394 LStringCharFromCode* instr)
4401 LStringCharFromCode* instr_;
4424 void LCodeGen::DoDeferredStringCharFromCode(LStringCharFromCode* instr) {
H A Dlithium-ia32.cc2463 LStringCharFromCode* result =
2464 new(zone()) LStringCharFromCode(context, char_code);
/external/v8/src/mips/
H A Dlithium-codegen-mips.h114 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
H A Dlithium-mips.h2340 class LStringCharFromCode FINAL : public LTemplateInstruction<1, 2, 0> {
2342 explicit LStringCharFromCode(LOperand* context, LOperand* char_code) { function in class:v8::internal::FINAL
H A Dlithium-codegen-mips.cc4536 void LCodeGen::DoStringCharFromCode(LStringCharFromCode* instr) {
4539 DeferredStringCharFromCode(LCodeGen* codegen, LStringCharFromCode* instr)
4546 LStringCharFromCode* instr_;
4570 void LCodeGen::DoDeferredStringCharFromCode(LStringCharFromCode* instr) {
H A Dlithium-mips.cc2357 LStringCharFromCode* result =
2358 new(zone()) LStringCharFromCode(context, char_code);
/external/v8/src/mips64/
H A Dlithium-codegen-mips64.h115 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
H A Dlithium-mips64.h2324 class LStringCharFromCode FINAL : public LTemplateInstruction<1, 2, 0> {
2326 explicit LStringCharFromCode(LOperand* context, LOperand* char_code) { function in class:v8::internal::FINAL
H A Dlithium-mips64.cc2357 LStringCharFromCode* result =
2358 new(zone()) LStringCharFromCode(context, char_code);
/external/v8/src/x64/
H A Dlithium-codegen-x64.h99 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
H A Dlithium-x64.h2368 class LStringCharFromCode FINAL : public LTemplateInstruction<1, 2, 0> {
2370 explicit LStringCharFromCode(LOperand* context, LOperand* char_code) { function in class:v8::internal::FINAL
H A Dlithium-codegen-x64.cc4596 void LCodeGen::DoStringCharFromCode(LStringCharFromCode* instr) {
4599 DeferredStringCharFromCode(LCodeGen* codegen, LStringCharFromCode* instr)
4606 LStringCharFromCode* instr_;
4630 void LCodeGen::DoDeferredStringCharFromCode(LStringCharFromCode* instr) {
H A Dlithium-x64.cc2444 LStringCharFromCode* result =
2445 new(zone()) LStringCharFromCode(context, char_code);
/external/v8/src/x87/
H A Dlithium-codegen-x87.h139 void DoDeferredStringCharFromCode(LStringCharFromCode* instr);
H A Dlithium-x87.h2392 class LStringCharFromCode FINAL : public LTemplateInstruction<1, 2, 0> {
2394 LStringCharFromCode(LOperand* context, LOperand* char_code) { function in class:v8::internal::FINAL

Completed in 257 milliseconds

12