Home
last modified time | relevance | path

Searched refs:stored_index (Results 1 – 1 of 1) sorted by relevance

/art/dex2oat/linker/
Dimage_writer.cc1296 uint32_t stored_index = pair.index; in PreloadDexCache() local
1298 if (method != nullptr && i > stored_index) { in PreloadDexCache()
1309 if (method == nullptr || i < stored_index) { in PreloadDexCache()
1317 DCHECK_EQ(i, stored_index); in PreloadDexCache()
1328 uint32_t stored_index = pair.index; in PreloadDexCache() local
1330 if (field != nullptr && i > stored_index) { in PreloadDexCache()
1344 if (field == nullptr || i < stored_index) { in PreloadDexCache()
1352 DCHECK_EQ(i, stored_index); in PreloadDexCache()
1363 uint32_t stored_index = pair.index; in PreloadDexCache() local
1365 if (klass == nullptr || i < stored_index) { in PreloadDexCache()
[all …]