Searched refs:GetBinSlotSize (Results 1 – 2 of 2) sorted by relevance
666 dex_file, image_info.GetBinSlotSize(Bin::kDexCacheArray)); in PrepareDexCacheArraySlots()725 image_info.GetBinSlotSize(bin), in PrepareDexCacheArraySlots()874 size_t current_offset = image_info.GetBinSlotSize(bin); in AssignImageBinSlot()912 DCHECK_LT(bin_slot.GetOffset(), image_info.GetBinSlotSize(bin_slot.GetBin())) in IsImageBinSlotAssigned()927 DCHECK_LT(bin_slot.GetOffset(), GetImageInfo(oat_index).GetBinSlotSize(bin_slot.GetBin())); in GetImageBinSlot()936 DCHECK_LT(new_offset, GetImageInfo(oat_index).GetBinSlotSize(old_bin_slot.GetBin())); in UpdateImageBinSlotOffset()1606 size_t offset = image_info.GetBinSlotSize(Bin::kArtField); in RecordNativeRelocations()1631 DCHECK_EQ(offset, image_info.GetBinSlotSize(Bin::kArtField)); in RecordNativeRelocations()1658 size_t offset = image_info.GetBinSlotSize(bin_type); in RecordNativeRelocations()1723 image_info.GetBinSlotSize(Bin::kImTable), in TryAssignImTableOffset()[all …]
320 size_t GetBinSlotSize(Bin bin) const { in GetBinSlotSize() function