Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass_ext.cc45 ObjPtr<ObjectArray<DexCache>> dex_caches) { in SetObsoleteArrays()
/art/dex2oat/linker/
Dimage_writer.cc285 std::vector<ObjPtr<mirror::DexCache>> dex_caches = FindDexCaches(self); in PrepareImageAddressSpace() local
1416 std::vector<ObjPtr<mirror::DexCache>> dex_caches = FindDexCaches(self); in PruneNonImageClasses() local
1429 std::vector<ObjPtr<mirror::DexCache>> dex_caches; in FindDexCaches() local
1496 ObjPtr<ObjectArray<Object>> dex_caches = ObjectArray<Object>::Alloc( in CollectDexCaches() local
1542 Handle<ObjectArray<Object>> dex_caches(hs.NewHandle(CollectDexCaches(self, oat_index))); in CreateImageRoots() local
/art/runtime/jit/
Djit.cc1381 std::vector<Handle<mirror::DexCache>> dex_caches; in CompileMethodsFromBootProfile() local