Searched refs:bin_type (Results 1 – 1 of 1) sorted by relevance
1453 Bin bin_type = BinTypeForNativeRelocationType(type); in RecordNativeRelocations() local1461 size_t offset = image_info.GetBinSlotSize(bin_type); in RecordNativeRelocations()1473 image_info.IncrementBinSlotSize(bin_type, header_size); in RecordNativeRelocations()1562 Bin bin_type = BinTypeForNativeRelocationType(type); in AssignMethodOffset() local1563 size_t offset = image_info.GetBinSlotSize(bin_type); in AssignMethodOffset()1566 image_info.IncrementBinSlotSize(bin_type, ArtMethod::Size(target_ptr_size_)); in AssignMethodOffset()1574 constexpr Bin bin_type = Bin::kJniStubMethod; in AssignJniStubMethodOffset() local1575 size_t offset = image_info.GetBinSlotSize(bin_type); in AssignJniStubMethodOffset()1579 image_info.IncrementBinSlotSize(bin_type, static_cast<size_t>(target_ptr_size_)); in AssignJniStubMethodOffset()2651 Bin bin_type = BinTypeForNativeRelocationType(relocation.type); in CalculateNewObjectOffsets() local[all …]