Searched refs:GetOatIndex (Results 1 – 2 of 2) sorted by relevance
83 size_t oat_index = GetOatIndex(object); in GetImageAddress()340 size_t oat_index = GetOatIndex(object); in GetLocalAddress()478 size_t GetOatIndex(mirror::Object* object) const SHARED_REQUIRES(Locks::mutator_lock_);
357 size_t oat_index = GetOatIndex(object); in AssignImageOffset()378 size_t oat_index = GetOatIndex(object); in GetImageOffset()594 size_t oat_index = GetOatIndex(object); in AssignImageBinSlot()631 size_t oat_index = GetOatIndex(object); in IsImageBinSlotAssigned()648 size_t oat_index = GetOatIndex(object); in GetImageBinSlot()979 size_t oat_index = GetOatIndex(obj); in CalculateObjectBinSlots()1558 size_t oat_index = GetOatIndex(method->GetDexCache()); in GetImageMethodAddress()1768 size_t oat_index = GetOatIndex(obj); in CopyAndFixupObject()2219 size_t ImageWriter::GetOatIndex(mirror::Object* obj) const { in GetOatIndex() function in art::ImageWriter