Searched refs:LoadValueDirectWide (Results 1 - 2 of 2) sorted by relevance

/art/compiler/dex/quick/
H A Dgen_loadstore.cc121 void Mir2Lir::LoadValueDirectWide(RegLocation rl_src, int reg_lo, function in class:art::Mir2Lir
147 LoadValueDirectWide(rl_src, reg_lo, reg_hi);
219 LoadValueDirectWide(rl_src, rl_src.low_reg, rl_src.high_reg);
263 LoadValueDirectWide(rl_src, rl_dest.low_reg, rl_dest.high_reg);
H A Dmir_to_lir.h512 void LoadValueDirectWide(RegLocation rl_src, int reg_lo, int reg_hi);

Completed in 70 milliseconds