Searched refs:GetOatIndex (Results 1 – 2 of 2) sorted by relevance
122 size_t oat_index = GetOatIndex(object); in GetImageAddress()433 size_t oat_index = GetOatIndex(object); in GetLocalAddress()692 size_t GetOatIndex(mirror::Object* object) const REQUIRES_SHARED(Locks::mutator_lock_);
931 size_t oat_index = GetOatIndex(object); in AssignImageOffset()952 size_t oat_index = GetOatIndex(object); in GetImageOffset()1242 size_t oat_index = GetOatIndex(object); in IsImageBinSlotAssigned()1259 size_t oat_index = GetOatIndex(object); in GetImageBinSlot()2441 if (IsImageObject(obj) && GetOatIndex(obj) == oat_index) { in CalculateNewObjectOffsets()2979 size_t oat_index = GetOatIndex(obj); in CopyAndFixupObject()3536 size_t ImageWriter::GetOatIndex(mirror::Object* obj) const { in GetOatIndex() function in art::linker::ImageWriter