HomeSort by relevance Sort by last modified time
    Searched refs:LoadValueDirect (Results 1 - 4 of 4) sorted by null

  /art/compiler/dex/quick/
gen_loadstore.cc 44 void Mir2Lir::LoadValueDirect(RegLocation rl_src, RegStorage r_dest) {
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);
mir_to_lir.h     [all...]
gen_common.cc 448 LoadValueDirect(rl_src, rl_result.reg.GetLow());
    [all...]
  /art/compiler/dex/quick/x86/
int_x86.cc     [all...]

Completed in 198 milliseconds