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

  /art/runtime/
intern_table.cc 98 mirror::ObjectArray<mirror::DexCache>* dex_caches = root->AsObjectArray<mirror::DexCache>(); local
100 for (int32_t i = 0; i < dex_caches->GetLength(); ++i) {
101 mirror::DexCache* dex_cache = dex_caches->Get(i);
class_linker.cc 1027 mirror::ObjectArray<mirror::DexCache>* dex_caches = local
2311 mirror::ObjectArray<mirror::DexCache>* dex_caches = GetImageDexCaches(); local
2342 mirror::ObjectArray<mirror::DexCache>* dex_caches = GetImageDexCaches(); local
    [all...]
  /art/compiler/
image_writer.cc 377 ObjectArray<Object>* dex_caches = ObjectArray<Object>::Alloc(self, object_array_class, local
381 dex_caches->Set(i++, dex_cache);
399 dex_caches);

Completed in 28 milliseconds