Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.h122 size_t oat_index = GetOatIndex(object); in GetImageAddress()
583 size_t GetOatIndex(mirror::Object* object) const REQUIRES_SHARED(Locks::mutator_lock_);
Dimage_writer.cc782 size_t oat_index = GetOatIndex(object); in IsImageBinSlotAssigned()
2025 size_t lhs_oat_index = image_writer->GetOatIndex(lhs); in FinalizeInternTables()
2026 size_t rhs_oat_index = image_writer->GetOatIndex(rhs); in FinalizeInternTables()
2042 image_writer->GetOatIndex(non_dex_file_interns[ndfi_end]) == oat_index) { in FinalizeInternTables()
2898 size_t oat_index = GetOatIndex(obj); in CopyObject()
3389 size_t ImageWriter::GetOatIndex(mirror::Object* obj) const { in GetOatIndex() function in art::linker::ImageWriter