Searched refs:old_bin_slot (Results 1 – 1 of 1) sorted by relevance
874 BinSlot old_bin_slot = GetImageBinSlot(object, oat_index); in UpdateImageBinSlotOffset() local875 DCHECK_LT(new_offset, GetImageInfo(oat_index).GetBinSlotSize(old_bin_slot.GetBin())); in UpdateImageBinSlotOffset()876 BinSlot new_bin_slot(old_bin_slot.GetBin(), new_offset); in UpdateImageBinSlotOffset()