HomeSort by relevance Sort by last modified time
    Searched refs:dex_caches (Results 1 - 5 of 5) sorted by null

  /art/runtime/mirror/
class_ext.cc 43 ObjPtr<ObjectArray<DexCache>> dex_caches) {
44 CHECK_EQ(methods.IsNull(), dex_caches.IsNull());
48 SetFieldObject<false>(obsolete_dex_cache_off, dex_caches);
class_ext.h 71 void SetObsoleteArrays(ObjPtr<PointerArray> methods, ObjPtr<ObjectArray<DexCache>> dex_caches)
  /art/runtime/gc/space/
image_space.cc 1284 ObjPtr<mirror::ObjectArray<mirror::DexCache>> dex_caches = local
2386 ObjPtr<mirror::ObjectArray<mirror::DexCache>> dex_caches = local
2399 ObjPtr<mirror::ObjectArray<mirror::DexCache>> dex_caches = local
    [all...]
  /art/dex2oat/linker/
image_writer.cc 260 std::vector<ObjPtr<mirror::DexCache>> dex_caches = FindDexCaches(self); local
261 for (ObjPtr<mirror::DexCache> dex_cache : dex_caches) {
1781 std::vector<ObjPtr<mirror::DexCache>> dex_caches = FindDexCaches(self); local
1797 std::vector<ObjPtr<mirror::DexCache>> dex_caches; local
1889 ObjPtr<ObjectArray<Object>> dex_caches = ObjectArray<Object>::Alloc( local
    [all...]
  /art/runtime/
class_linker.cc 1779 ObjPtr<mirror::ObjectArray<mirror::DexCache>> dex_caches = local
    [all...]

Completed in 96 milliseconds