Searched refs:BinTypeForNativeRelocationType (Results 1 – 2 of 2) sorted by relevance
458 static Bin BinTypeForNativeRelocationType(NativeObjectRelocationType type);
1208 Bin bin_type = BinTypeForNativeRelocationType(type); in WalkFieldsInOrder()1300 size_t& offset = image_info.bin_slot_sizes_[BinTypeForNativeRelocationType(type)]; in AssignMethodOffset()1435 Bin bin_type = BinTypeForNativeRelocationType(relocation.type); in CalculateNewObjectOffsets()2198 ImageWriter::Bin ImageWriter::BinTypeForNativeRelocationType(NativeObjectRelocationType type) { in BinTypeForNativeRelocationType() function in art::ImageWriter