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

/external/v8/src/crankshaft/arm/
H A Dlithium-codegen-arm.h112 void DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr,
H A Dlithium-codegen-arm.cc5477 void LCodeGen::DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr, function in class:v8::internal::LCodeGen
5507 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.cc5665 void LCodeGen::DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr, function in class:v8::internal::LCodeGen
5695 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.cc5244 void LCodeGen::DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr, function in class:v8::internal::LCodeGen
5271 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.cc5476 void LCodeGen::DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr, function in class:v8::internal::LCodeGen
5505 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.cc5682 void LCodeGen::DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr, function in class:v8::internal::LCodeGen
5711 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.cc5738 void LCodeGen::DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr, function in class:v8::internal::LCodeGen
5762 codegen()->DoDeferredLoadMutableDouble(instr_, result_, object_, index_);
/external/v8/src/crankshaft/s390/
H A Dlithium-codegen-s390.h109 void DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr, Register result,
H A Dlithium-codegen-s390.cc5623 void LCodeGen::DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr, function in class:v8::internal::LCodeGen
5646 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.cc5521 void LCodeGen::DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr, function in class:v8::internal::LCodeGen
5548 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.cc5729 void LCodeGen::DoDeferredLoadMutableDouble(LLoadFieldByIndex* instr, function in class:v8::internal::LCodeGen
5757 codegen()->DoDeferredLoadMutableDouble(instr_, object_, index_);

Completed in 250 milliseconds