Searched defs:LoadValue (Results 1 - 1 of 1) sorted by path

/art/compiler/dex/quick/
H A Dgen_loadstore.cc144 RegLocation Mir2Lir::LoadValue(RegLocation rl_src, RegisterClass op_kind) { function in class:art::Mir2Lir
169 RegLocation Mir2Lir::LoadValue(RegLocation rl_src) { function in class:art::Mir2Lir
170 return LoadValue(rl_src, LocToRegClass(rl_src));
385 return LoadValue(mir_graph_->GetMethodLoc(), kRefReg);

Completed in 37 milliseconds