/external/v8/src/crankshaft/arm/ |
D | lithium-codegen-arm.h | 114 void DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr,
|
D | lithium-arm.h | 2593 class LLoadFieldByIndex final : public LTemplateInstruction<1, 2, 0> { 2595 LLoadFieldByIndex(LOperand* object, LOperand* index) { in LLoadFieldByIndex() function
|
D | lithium-arm.cc | 2614 LLoadFieldByIndex* load = new(zone()) LLoadFieldByIndex(object, index); in DoLoadFieldByIndex()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.h | 99 void DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr,
|
D | lithium-x64.h | 2564 class LLoadFieldByIndex final : public LTemplateInstruction<1, 2, 0> { 2566 LLoadFieldByIndex(LOperand* object, LOperand* index) { in LLoadFieldByIndex() function
|
D | lithium-x64.cc | 2660 LLoadFieldByIndex* load = new(zone()) LLoadFieldByIndex(object, index); in DoLoadFieldByIndex()
|
D | lithium-codegen-x64.cc | 5578 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/ |
D | lithium-codegen-ppc.h | 110 void DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr, Register result,
|
D | lithium-ppc.h | 2479 class LLoadFieldByIndex final : public LTemplateInstruction<1, 2, 0> { 2481 LLoadFieldByIndex(LOperand* object, LOperand* index) { in LLoadFieldByIndex() function
|
D | lithium-ppc.cc | 2566 LLoadFieldByIndex* load = new (zone()) LLoadFieldByIndex(object, index); in DoLoadFieldByIndex()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.h | 103 void DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr,
|
D | lithium-ia32.h | 2580 class LLoadFieldByIndex final : public LTemplateInstruction<1, 2, 0> { 2582 LLoadFieldByIndex(LOperand* object, LOperand* index) { in LLoadFieldByIndex() function
|
D | lithium-ia32.cc | 2671 LLoadFieldByIndex* load = new(zone()) LLoadFieldByIndex(object, index); in DoLoadFieldByIndex()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.h | 113 void DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr,
|
D | lithium-mips.h | 2552 class LLoadFieldByIndex final : public LTemplateInstruction<1, 2, 0> { 2554 LLoadFieldByIndex(LOperand* object, LOperand* index) { in LLoadFieldByIndex() function
|
D | lithium-mips.cc | 2561 LLoadFieldByIndex* load = new(zone()) LLoadFieldByIndex(object, index); in DoLoadFieldByIndex()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-codegen-mips64.h | 115 void DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr,
|
D | lithium-mips64.h | 2598 class LLoadFieldByIndex final : public LTemplateInstruction<1, 2, 0> { 2600 LLoadFieldByIndex(LOperand* object, LOperand* index) { in LLoadFieldByIndex() function
|
D | lithium-mips64.cc | 2566 LLoadFieldByIndex* load = new(zone()) LLoadFieldByIndex(object, index); in DoLoadFieldByIndex()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-codegen-arm64.h | 132 void DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr,
|
D | lithium-arm64.h | 2926 class LLoadFieldByIndex final : public LTemplateInstruction<1, 2, 0> { 2928 LLoadFieldByIndex(LOperand* object, LOperand* index) { in LLoadFieldByIndex() function
|
D | lithium-arm64.cc | 2702 LLoadFieldByIndex* load = new(zone()) LLoadFieldByIndex(object, index); in DoLoadFieldByIndex()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.h | 138 void DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr,
|
D | lithium-x87.h | 2594 class LLoadFieldByIndex final : public LTemplateInstruction<1, 2, 0> { 2596 LLoadFieldByIndex(LOperand* object, LOperand* index) { in LLoadFieldByIndex() function
|
D | lithium-x87.cc | 2675 LLoadFieldByIndex* load = new(zone()) LLoadFieldByIndex(object, index); in DoLoadFieldByIndex()
|