Home
last modified time | relevance | path

Searched defs:dex_caches (Results 1 – 4 of 4) sorted by relevance

/art/runtime/mirror/
Dclass_ext.cc45 ObjPtr<ObjectArray<DexCache>> dex_caches) { in SetObsoleteArrays()
/art/dex2oat/linker/
Dimage_writer.cc1199 dchecked_vector<ObjPtr<mirror::DexCache>> dex_caches = FindDexCaches(self); in PruneNonImageClasses() local
1212 dchecked_vector<ObjPtr<mirror::DexCache>> dex_caches; in FindDexCaches() local
1318 ObjPtr<ObjectArray<Object>> dex_caches = ObjectArray<Object>::Alloc( in CreateImageRoots() local
1336 ObjPtr<ObjectArray<Object>> dex_caches = dex_cache_arrays[record.oat_index].Get(); in CreateImageRoots() local
1353 ObjPtr<ObjectArray<Object>> dex_caches = dex_cache_arrays[oat_index].Get(); in CreateImageRoots() local
1992 ObjPtr<ObjectArray<Object>> dex_caches = ObjPtr<ObjectArray<Object>>::DownCast( in ProcessRoots() local
/art/runtime/jit/
Djit.cc1360 std::vector<Handle<mirror::DexCache>> dex_caches; in CompileMethodsFromBootProfile() local
/art/runtime/
Dclass_linker.cc1562 Handle<mirror::ObjectArray<mirror::DexCache>> dex_caches) in Update()
1716 ObjPtr<mirror::ObjectArray<mirror::DexCache>> dex_caches = in OpenImageDexFiles() local
1905 Handle<mirror::ObjectArray<mirror::DexCache>> dex_caches( in AddImageSpace() local