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

  /art/runtime/
intern_table.cc 163 mirror::ObjectArray<mirror::DexCache>* dex_caches = root->AsObjectArray<mirror::DexCache>(); local
164 for (int32_t i = 0; i < dex_caches->GetLength(); ++i) {
165 mirror::DexCache* dex_cache = dex_caches->Get(i);
195 mirror::ObjectArray<mirror::DexCache>* dex_caches = root->AsObjectArray<mirror::DexCache>(); local
197 for (int32_t i = 0; i < dex_caches->GetLength(); ++i) {
198 mirror::DexCache* dex_cache = dex_caches->Get(i);
class_linker.cc 1122 mirror::ObjectArray<mirror::DexCache>* dex_caches = local
2904 mirror::ObjectArray<mirror::DexCache>* dex_caches = GetImageDexCaches(); local
2940 mirror::ObjectArray<mirror::DexCache>* dex_caches = GetImageDexCaches(); local
    [all...]
  /art/patchoat/
patchoat.cc 476 auto* dex_caches = down_cast<mirror::ObjectArray<mirror::DexCache>*>( local
478 for (size_t i = 0, count = dex_caches->GetLength(); i < count; ++i) {
479 auto* dex_cache = dex_caches->GetWithoutChecks(i);
    [all...]

Completed in 100 milliseconds