Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc4278 const DexCacheData* dex_cache_data = FindDexCacheDataLocked(dex_file); in FindDexCache() local
4279 ObjPtr<mirror::DexCache> dex_cache = DecodeDexCacheLocked(self, dex_cache_data); in FindDexCache()
4290 << " " << &dex_file << " " << dex_cache_data->dex_file; in FindDexCache()