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 175 mirror::ObjectArray<mirror::DexCache>* dex_caches = root->AsObjectArray<mirror::DexCache>(); local
177 for (int32_t i = 0; i < dex_caches->GetLength(); ++i) {
178 mirror::DexCache* dex_cache = dex_caches->Get(i);
class_linker.cc 1604 mirror::ObjectArray<mirror::DexCache>* dex_caches = local
3383 mirror::ObjectArray<mirror::DexCache>* dex_caches = GetImageDexCaches(); local
3415 mirror::ObjectArray<mirror::DexCache>* dex_caches = GetImageDexCaches(); local
    [all...]
  /art/compiler/
image_writer.cc 425 // Since we can't hold the dex lock when allocating the dex_caches
434 Handle<ObjectArray<Object>> dex_caches(
437 CHECK(dex_caches.Get() != nullptr) << "Failed to allocate a dex cache array.";
443 dex_caches->Set<false>(i, class_linker->GetDexCache(i));
459 image_roots->Set<false>(ImageHeader::kDexCaches, dex_caches.Get());
    [all...]

Completed in 721 milliseconds