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

/art/compiler/dex/quick/
H A Dgen_loadstore.cc44 void Mir2Lir::LoadValueDirect(RegLocation rl_src, RegStorage r_dest) { function in class:art::Mir2Lir
69 * Similar to LoadValueDirect, but clobbers and allocates the target
76 LoadValueDirect(rl_src, r_dest);
99 * Similar to LoadValueDirect, but clobbers and allocates the target
129 LoadValueDirect(rl_src, rl_src.reg);
167 LoadValueDirect(rl_src, rl_dest.reg);
H A Dmir_to_lir.h997 virtual void LoadValueDirect(RegLocation rl_src, RegStorage r_dest);
H A Dgen_common.cc448 LoadValueDirect(rl_src, rl_result.reg.GetLow());
/art/compiler/dex/quick/x86/
H A Dint_x86.cc1247 LoadValueDirect(rl_src_expected, rs_r0);
3288 LoadValueDirect(rl_lhs, rl_result.reg);

Completed in 75 milliseconds