Searched refs:IncrementBinSlotSize (Results 1 – 2 of 2) sorted by relevance
668 image_info.IncrementBinSlotSize(Bin::kDexCacheArray, layout.Size()); in PrepareDexCacheArraySlots()727 image_info.IncrementBinSlotSize(bin, sizeof(GcRoot<mirror::Object>)); in PrepareDexCacheArraySlots()876 image_info.IncrementBinSlotSize(bin, offset_delta); in AssignImageBinSlot()1629 image_info.IncrementBinSlotSize( in RecordNativeRelocations()1666 image_info.IncrementBinSlotSize(bin_type, header_size); in RecordNativeRelocations()1725 image_info.IncrementBinSlotSize(Bin::kImTable, size); in TryAssignImTableOffset()1744 image_info.IncrementBinSlotSize(Bin::kIMTConflictTable, size); in TryAssignConflictTableOffset()1760 image_info.IncrementBinSlotSize(bin_type, ArtMethod::Size(target_ptr_size_)); in AssignMethodOffset()
315 void IncrementBinSlotSize(Bin bin, size_t size_to_add) { in IncrementBinSlotSize() function