Home
last modified time | relevance | path

Searched refs:bin_type (Results 1 – 1 of 1) sorted by relevance

/art/dex2oat/linker/
Dimage_writer.cc2060 Bin bin_type = BinTypeForNativeRelocationType(type); in TryAssignBinSlot() local
2071 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() local
2182 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() local
2538 relocation.offset += image_info.GetBinSlotOffset(bin_type); in CalculateNewObjectOffsets()