Searched refs:BinTypeForNativeRelocationType (Results 1 – 2 of 2) sorted by relevance
583 static Bin BinTypeForNativeRelocationType(NativeObjectRelocationType type);
721 auto bin = BinTypeForNativeRelocationType(NativeObjectRelocationType::kGcRootPointer); in PrepareDexCacheArraySlots()1647 Bin bin_type = BinTypeForNativeRelocationType(type); in RecordNativeRelocations()1757 Bin bin_type = BinTypeForNativeRelocationType(type); in AssignMethodOffset()2506 Bin bin_type = BinTypeForNativeRelocationType(relocation.type); in CalculateNewObjectOffsets()3506 ImageWriter::Bin ImageWriter::BinTypeForNativeRelocationType(NativeObjectRelocationType type) { in BinTypeForNativeRelocationType() function in art::linker::ImageWriter