Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.cc1453 Bin bin_type = BinTypeForNativeRelocationType(type); in RecordNativeRelocations() local
1461 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() local
1563 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() local
1575 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 …]