Searched refs:DoDeferredLoadMutableDouble (Results 1 - 18 of 18) sorted by relevance

/external/v8/src/crankshaft/s390/
H A Dlithium-codegen-s390.h109 void DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr, Register result,
H A Dlithium-codegen-s390.cc5545 void LCodeGen::DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr, function in class:v8::internal::LCodeGen
5568 codegen()->DoDeferredLoadMutableDouble(instr_, result_, object_, index_);
/external/v8/src/crankshaft/arm/
H A Dlithium-codegen-arm.h112 void DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr,
H A Dlithium-codegen-arm.cc5318 void LCodeGen::DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr, function in class:v8::internal::LCodeGen
5348 codegen()->DoDeferredLoadMutableDouble(instr_, result_, object_, index_);
/external/v8/src/crankshaft/arm64/
H A Dlithium-codegen-arm64.h130 void DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr,
H A Dlithium-codegen-arm64.cc5518 void LCodeGen::DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr, function in class:v8::internal::LCodeGen
5548 codegen()->DoDeferredLoadMutableDouble(instr_, result_, object_, index_);
/external/v8/src/crankshaft/ia32/
H A Dlithium-codegen-ia32.h99 void DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr,
H A Dlithium-codegen-ia32.cc5087 void LCodeGen::DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr, function in class:v8::internal::LCodeGen
5114 codegen()->DoDeferredLoadMutableDouble(instr_, object_, index_);
/external/v8/src/crankshaft/mips/
H A Dlithium-codegen-mips.h111 void DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr,
H A Dlithium-codegen-mips.cc5350 void LCodeGen::DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr, function in class:v8::internal::LCodeGen
5379 codegen()->DoDeferredLoadMutableDouble(instr_, result_, object_, index_);
/external/v8/src/crankshaft/mips64/
H A Dlithium-codegen-mips64.h113 void DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr,
H A Dlithium-codegen-mips64.cc5543 void LCodeGen::DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr, function in class:v8::internal::LCodeGen
5572 codegen()->DoDeferredLoadMutableDouble(instr_, result_, object_, index_);
/external/v8/src/crankshaft/ppc/
H A Dlithium-codegen-ppc.h110 void DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr, Register result,
H A Dlithium-codegen-ppc.cc5617 void LCodeGen::DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr, function in class:v8::internal::LCodeGen
5641 codegen()->DoDeferredLoadMutableDouble(instr_, result_, object_, index_);
/external/v8/src/crankshaft/x64/
H A Dlithium-codegen-x64.h97 void DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr,
H A Dlithium-codegen-x64.cc5366 void LCodeGen::DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr, function in class:v8::internal::LCodeGen
5393 codegen()->DoDeferredLoadMutableDouble(instr_, object_, index_);
/external/v8/src/crankshaft/x87/
H A Dlithium-codegen-x87.h134 void DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr,
H A Dlithium-codegen-x87.cc5582 void LCodeGen::DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr, function in class:v8::internal::LCodeGen
5610 codegen()->DoDeferredLoadMutableDouble(instr_, object_, index_);

Completed in 791 milliseconds