Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.cc1855 size_t last_oat_index = static_cast<size_t>(-1); in SortAndReleaseClasses() local
1859 last_oat_index = GetDefaultOatIndex(); // Primitive type. in SortAndReleaseClasses()
1862 last_oat_index = image_writer_->GetOatIndexForDexFile(dex_files_[dex_file_index]); in SortAndReleaseClasses()
1866 result.emplace_back(entry.klass, last_oat_index); in SortAndReleaseClasses()