Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass.cc837 ObjPtr<DexCache> this_dex_cache = GetDexCache(); in FindClassMethod() local
838 if (this_dex_cache == dex_cache) { in FindClassMethod()
855 if (this_dex_cache != dex_cache && !GetDeclaredMethodsSlice(pointer_size).empty()) { in FindClassMethod()
859 this, *this_dex_cache->GetDexFile(), name, signature, pointer_size); in FindClassMethod()