Searched refs:bin_type (Results 1 – 1 of 1) sorted by relevance
2060 Bin bin_type = BinTypeForNativeRelocationType(type); in TryAssignBinSlot() local2071 size_t offset = image_info.GetBinSlotSize(bin_type); in TryAssignBinSlot()2079 image_info.IncrementBinSlotSize(bin_type, header_size); in TryAssignBinSlot()2181 Bin bin_type = BinTypeForNativeRelocationType(type); in AssignMethodOffset() local2182 size_t offset = image_info.GetBinSlotSize(bin_type); in AssignMethodOffset()2184 image_info.IncrementBinSlotSize(bin_type, ArtMethod::Size(target_ptr_size_)); in AssignMethodOffset()2536 Bin bin_type = BinTypeForNativeRelocationType(relocation.type); in CalculateNewObjectOffsets() local2538 relocation.offset += image_info.GetBinSlotOffset(bin_type); in CalculateNewObjectOffsets()