Home
last modified time | relevance | path

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

12

/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.h114 void DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr,
Dlithium-arm.h2593 class LLoadFieldByIndex final : public LTemplateInstruction<1, 2, 0> {
2595 LLoadFieldByIndex(LOperand* object, LOperand* index) { in LLoadFieldByIndex() function
Dlithium-arm.cc2614 LLoadFieldByIndex* load = new(zone()) LLoadFieldByIndex(object, index); in DoLoadFieldByIndex()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.h99 void DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr,
Dlithium-x64.h2564 class LLoadFieldByIndex final : public LTemplateInstruction<1, 2, 0> {
2566 LLoadFieldByIndex(LOperand* object, LOperand* index) { in LLoadFieldByIndex() function
Dlithium-x64.cc2660 LLoadFieldByIndex* load = new(zone()) LLoadFieldByIndex(object, index); in DoLoadFieldByIndex()
Dlithium-codegen-x64.cc5578 void LCodeGen::DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr, in DoDeferredLoadMutableDouble()
5592 void LCodeGen::DoLoadFieldByIndex(LLoadFieldByIndex* instr) { in DoLoadFieldByIndex()
5596 LLoadFieldByIndex* instr, in DoLoadFieldByIndex()
5610 LLoadFieldByIndex* instr_; in DoLoadFieldByIndex()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.h110 void DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr, Register result,
Dlithium-ppc.h2479 class LLoadFieldByIndex final : public LTemplateInstruction<1, 2, 0> {
2481 LLoadFieldByIndex(LOperand* object, LOperand* index) { in LLoadFieldByIndex() function
Dlithium-ppc.cc2566 LLoadFieldByIndex* load = new (zone()) LLoadFieldByIndex(object, index); in DoLoadFieldByIndex()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.h103 void DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr,
Dlithium-ia32.h2580 class LLoadFieldByIndex final : public LTemplateInstruction<1, 2, 0> {
2582 LLoadFieldByIndex(LOperand* object, LOperand* index) { in LLoadFieldByIndex() function
Dlithium-ia32.cc2671 LLoadFieldByIndex* load = new(zone()) LLoadFieldByIndex(object, index); in DoLoadFieldByIndex()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.h113 void DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr,
Dlithium-mips.h2552 class LLoadFieldByIndex final : public LTemplateInstruction<1, 2, 0> {
2554 LLoadFieldByIndex(LOperand* object, LOperand* index) { in LLoadFieldByIndex() function
Dlithium-mips.cc2561 LLoadFieldByIndex* load = new(zone()) LLoadFieldByIndex(object, index); in DoLoadFieldByIndex()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.h115 void DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr,
Dlithium-mips64.h2598 class LLoadFieldByIndex final : public LTemplateInstruction<1, 2, 0> {
2600 LLoadFieldByIndex(LOperand* object, LOperand* index) { in LLoadFieldByIndex() function
Dlithium-mips64.cc2566 LLoadFieldByIndex* load = new(zone()) LLoadFieldByIndex(object, index); in DoLoadFieldByIndex()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.h132 void DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr,
Dlithium-arm64.h2926 class LLoadFieldByIndex final : public LTemplateInstruction<1, 2, 0> {
2928 LLoadFieldByIndex(LOperand* object, LOperand* index) { in LLoadFieldByIndex() function
Dlithium-arm64.cc2702 LLoadFieldByIndex* load = new(zone()) LLoadFieldByIndex(object, index); in DoLoadFieldByIndex()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.h138 void DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr,
Dlithium-x87.h2594 class LLoadFieldByIndex final : public LTemplateInstruction<1, 2, 0> {
2596 LLoadFieldByIndex(LOperand* object, LOperand* index) { in LLoadFieldByIndex() function
Dlithium-x87.cc2675 LLoadFieldByIndex* load = new(zone()) LLoadFieldByIndex(object, index); in DoLoadFieldByIndex()

12