Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dgen_common.cc103 RegStorage r_method = LoadCurrMethodWithHint(r_base); in GenGetOtherTypeForSgetSput() local
104 LoadRefDisp(r_method, ArtMethod::DexCacheResolvedTypesOffset().Int32Value(), r_base, in GenGetOtherTypeForSgetSput()
695 RegStorage r_method = LoadCurrMethodWithHint(r_base); in GenSput() local
696 LoadRefDisp(r_method, ArtMethod::DeclaringClassOffset().Int32Value(), r_base, in GenSput()
773 RegStorage r_method = LoadCurrMethodWithHint(r_base); in GenSget() local
774 LoadRefDisp(r_method, ArtMethod::DeclaringClassOffset().Int32Value(), r_base, in GenSget()
1039 RegStorage r_method = LoadCurrMethodWithHint(res_reg); in GenConstClass() local
1040 LoadRefDisp(r_method, dex_cache_offset, res_reg, kNotVolatile); in GenConstClass()
1073 RegStorage r_method = LoadCurrMethodWithHint(arg0); in GenConstString() local
1074 LoadRefDisp(r_method, ArtMethod::DeclaringClassOffset().Int32Value(), arg0, kNotVolatile); in GenConstString()
[all …]