Searched refs:BinTypeForNativeRelocationType (Results 1 – 2 of 2) sorted by relevance
655 static Bin BinTypeForNativeRelocationType(NativeObjectRelocationType type);
1056 auto bin = BinTypeForNativeRelocationType(NativeObjectRelocationType::kGcRootPointer); in PrepareDexCacheArraySlots()2060 Bin bin_type = BinTypeForNativeRelocationType(type); in TryAssignBinSlot()2181 Bin bin_type = BinTypeForNativeRelocationType(type); in AssignMethodOffset()2536 Bin bin_type = BinTypeForNativeRelocationType(relocation.type); in CalculateNewObjectOffsets()3511 ImageWriter::Bin ImageWriter::BinTypeForNativeRelocationType(NativeObjectRelocationType type) { in BinTypeForNativeRelocationType() function in art::linker::ImageWriter