Home
last modified time | relevance | path

Searched refs:r_hint (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/quick/
Dgen_loadstore.cc351 RegStorage Mir2Lir::LoadCurrMethodWithHint(RegStorage r_hint) { in LoadCurrMethodWithHint() argument
354 DCHECK(r_hint.Valid()); in LoadCurrMethodWithHint()
360 LoadCurrMethodDirect(r_hint); in LoadCurrMethodWithHint()
361 return r_hint; in LoadCurrMethodWithHint()
Dmir_to_lir.h973 RegStorage LoadCurrMethodWithHint(RegStorage r_hint);