Searched refs:BinTypeForNativeRelocationType (Results 1 – 2 of 2) sorted by relevance
485 static Bin BinTypeForNativeRelocationType(NativeObjectRelocationType type);
1440 Bin bin_type = BinTypeForNativeRelocationType(type); in TryAssignBinSlot()1562 size_t& offset = image_info.bin_slot_sizes_[BinTypeForNativeRelocationType(type)]; in AssignMethodOffset()1859 Bin bin_type = BinTypeForNativeRelocationType(relocation.type); in CalculateNewObjectOffsets()2676 ImageWriter::Bin ImageWriter::BinTypeForNativeRelocationType(NativeObjectRelocationType type) { in BinTypeForNativeRelocationType() function in art::ImageWriter