Lines Matching refs:GetBinSlotSize
748 size_t current_offset = image_info.GetBinSlotSize(bin); in AssignImageBinSlot()
784 DCHECK_LT(bin_slot.GetOffset(), image_info.GetBinSlotSize(bin_slot.GetBin())) in IsImageBinSlotAssigned()
799 DCHECK_LT(bin_slot.GetOffset(), GetImageInfo(oat_index).GetBinSlotSize(bin_slot.GetBin())); in GetImageBinSlot()
808 DCHECK_LT(new_offset, GetImageInfo(oat_index).GetBinSlotSize(old_bin_slot.GetBin())); in UpdateImageBinSlotOffset()
1353 size_t offset = image_info.GetBinSlotSize(Bin::kArtField); in RecordNativeRelocations()
1365 DCHECK_EQ(offset, image_info.GetBinSlotSize(Bin::kArtField)); in RecordNativeRelocations()
1389 size_t offset = image_info.GetBinSlotSize(bin_type); in RecordNativeRelocations()
1443 image_info.GetBinSlotSize(Bin::kImTable), in TryAssignImTableOffset()
1463 image_info.GetBinSlotSize(Bin::kIMTConflictTable), in TryAssignConflictTableOffset()
1480 size_t offset = image_info.GetBinSlotSize(bin_type); in AssignMethodOffset()
2469 ImageSection(GetBinSlotOffset(Bin::kArtField), GetBinSlotSize(Bin::kArtField)); in CreateImageSections()
2476 GetBinSlotSize(Bin::kArtMethodClean) + in CreateImageSections()
2477 GetBinSlotSize(Bin::kArtMethodDirty)); in CreateImageSections()
2483 ImageSection(GetBinSlotOffset(Bin::kImTable), GetBinSlotSize(Bin::kImTable)); in CreateImageSections()
2489 … ImageSection(GetBinSlotOffset(Bin::kIMTConflictTable), GetBinSlotSize(Bin::kIMTConflictTable)); in CreateImageSections()
2495 ImageSection(GetBinSlotOffset(Bin::kRuntimeMethod), GetBinSlotSize(Bin::kRuntimeMethod)); in CreateImageSections()
2543 ImageSection(cur_pos, GetBinSlotSize(Bin::kMetadata)); in CreateImageSections()