Home
last modified time | relevance | path

Searched refs:LoadValueDirect (Results 1 – 4 of 4) sorted by relevance

/art/compiler/dex/quick/
Dgen_loadstore.cc44 void Mir2Lir::LoadValueDirect(RegLocation rl_src, RegStorage r_dest) { in LoadValueDirect() function in art::Mir2Lir
76 LoadValueDirect(rl_src, r_dest); in LoadValueDirectFixed()
129 LoadValueDirect(rl_src, rl_src.reg); in LoadValue()
167 LoadValueDirect(rl_src, rl_dest.reg); in StoreValue()
Dmir_to_lir.h997 virtual void LoadValueDirect(RegLocation rl_src, RegStorage r_dest);
Dgen_common.cc448 LoadValueDirect(rl_src, rl_result.reg.GetLow()); in GenIntToLong()
/art/compiler/dex/quick/x86/
Dint_x86.cc1247 LoadValueDirect(rl_src_expected, rs_r0); in GenInlinedCas()
3288 LoadValueDirect(rl_lhs, rl_result.reg); in GenArithOpInt()