Searched refs:bin_type (Results 1 – 1 of 1) sorted by relevance
1381 Bin bin_type = BinTypeForNativeRelocationType(type); in RecordNativeRelocations() local1389 size_t offset = image_info.GetBinSlotSize(bin_type); in RecordNativeRelocations()1401 image_info.IncrementBinSlotSize(bin_type, header_size); in RecordNativeRelocations()1479 Bin bin_type = BinTypeForNativeRelocationType(type); in AssignMethodOffset() local1480 size_t offset = image_info.GetBinSlotSize(bin_type); in AssignMethodOffset()1483 image_info.IncrementBinSlotSize(bin_type, ArtMethod::Size(target_ptr_size_)); in AssignMethodOffset()2444 Bin bin_type = BinTypeForNativeRelocationType(relocation.type); in CalculateNewObjectOffsets() local2446 relocation.offset += image_info.GetBinSlotOffset(bin_type); in CalculateNewObjectOffsets()