Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.cc1381 Bin bin_type = BinTypeForNativeRelocationType(type); in RecordNativeRelocations() local
1389 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() local
1480 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() local
2446 relocation.offset += image_info.GetBinSlotOffset(bin_type); in CalculateNewObjectOffsets()