Home
last modified time | relevance | path

Searched refs:LoadCurrMethodWithHint (Results 1 – 3 of 3) sorted by relevance

/art/compiler/dex/quick/
Dgen_common.cc103 RegStorage r_method = LoadCurrMethodWithHint(r_base); in GenGetOtherTypeForSgetSput()
695 RegStorage r_method = LoadCurrMethodWithHint(r_base); in GenSput()
773 RegStorage r_method = LoadCurrMethodWithHint(r_base); in GenSget()
1039 RegStorage r_method = LoadCurrMethodWithHint(res_reg); in GenConstClass()
1073 RegStorage r_method = LoadCurrMethodWithHint(arg0); in GenConstString()
1174 RegStorage r_method = LoadCurrMethodWithHint(check_class); in GenInstanceofFinal()
1185 RegStorage r_method = LoadCurrMethodWithHint(check_class); in GenInstanceofFinal()
1232 RegStorage r_method = LoadCurrMethodWithHint(TargetReg(kArg1, kRef)); in GenInstanceofCallingHelper()
1246 RegStorage r_method = LoadCurrMethodWithHint(class_reg); in GenInstanceofCallingHelper()
1368 RegStorage method_reg = LoadCurrMethodWithHint(TargetReg(kArg1, kRef)); in GenCheckCast()
[all …]
Dgen_loadstore.cc351 RegStorage Mir2Lir::LoadCurrMethodWithHint(RegStorage r_hint) { in LoadCurrMethodWithHint() function in art::Mir2Lir
Dmir_to_lir.h973 RegStorage LoadCurrMethodWithHint(RegStorage r_hint);