Home
last modified time | relevance | path

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

12

/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.h97 void DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr,
Dlithium-x64.h2321 class LLoadFieldByIndex final : public LTemplateInstruction<1, 2, 0> {
2323 LLoadFieldByIndex(LOperand* object, LOperand* index) { in LLoadFieldByIndex() function
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.h112 void DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr,
Dlithium-arm.h2326 class LLoadFieldByIndex final : public LTemplateInstruction<1, 2, 0> {
2328 LLoadFieldByIndex(LOperand* object, LOperand* index) { in LLoadFieldByIndex() function
Dlithium-arm.cc2394 LLoadFieldByIndex* load = new(zone()) LLoadFieldByIndex(object, index); in DoLoadFieldByIndex()
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.h109 void DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr, Register result,
Dlithium-s390.h2103 class LLoadFieldByIndex final : public LTemplateInstruction<1, 2, 0> {
2105 LLoadFieldByIndex(LOperand* object, LOperand* index) { in LLoadFieldByIndex() function
Dlithium-s390.cc2169 LLoadFieldByIndex* load = new (zone()) LLoadFieldByIndex(object, index); in DoLoadFieldByIndex()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.h99 void DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr,
Dlithium-ia32.h2337 class LLoadFieldByIndex final : public LTemplateInstruction<1, 2, 0> {
2339 LLoadFieldByIndex(LOperand* object, LOperand* index) { in LLoadFieldByIndex() function
Dlithium-ia32.cc2464 LLoadFieldByIndex* load = new(zone()) LLoadFieldByIndex(object, index); in DoLoadFieldByIndex()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.h110 void DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr, Register result,
Dlithium-ppc.h2253 class LLoadFieldByIndex final : public LTemplateInstruction<1, 2, 0> {
2255 LLoadFieldByIndex(LOperand* object, LOperand* index) { in LLoadFieldByIndex() function
Dlithium-ppc.cc2364 LLoadFieldByIndex* load = new (zone()) LLoadFieldByIndex(object, index); in DoLoadFieldByIndex()
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.h111 void DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr,
Dlithium-mips.h2285 class LLoadFieldByIndex final : public LTemplateInstruction<1, 2, 0> {
2287 LLoadFieldByIndex(LOperand* object, LOperand* index) { in LLoadFieldByIndex() function
Dlithium-mips.cc2341 LLoadFieldByIndex* load = new(zone()) LLoadFieldByIndex(object, index); in DoLoadFieldByIndex()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.h113 void DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr,
Dlithium-mips64.h2331 class LLoadFieldByIndex final : public LTemplateInstruction<1, 2, 0> {
2333 LLoadFieldByIndex(LOperand* object, LOperand* index) { in LLoadFieldByIndex() function
Dlithium-mips64.cc2346 LLoadFieldByIndex* load = new(zone()) LLoadFieldByIndex(object, index); in DoLoadFieldByIndex()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.h130 void DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr,
Dlithium-arm64.h2647 class LLoadFieldByIndex final : public LTemplateInstruction<1, 2, 0> {
2649 LLoadFieldByIndex(LOperand* object, LOperand* index) { in LLoadFieldByIndex() function
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.h134 void DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr,
Dlithium-x87.h2333 class LLoadFieldByIndex final : public LTemplateInstruction<1, 2, 0> {
2335 LLoadFieldByIndex(LOperand* object, LOperand* index) { in LLoadFieldByIndex() function
Dlithium-x87.cc2466 LLoadFieldByIndex* load = new(zone()) LLoadFieldByIndex(object, index); in DoLoadFieldByIndex()

12