Home
last modified time | relevance | path

Searched refs:BinTypeForNativeRelocationType (Results 1 – 2 of 2) sorted by relevance

/art/dex2oat/linker/
Dimage_writer.h524 static Bin BinTypeForNativeRelocationType(NativeObjectRelocationType type);
Dimage_writer.cc1437 Bin bin_type = BinTypeForNativeRelocationType(type); in TryAssignBinSlot()
1559 Bin bin_type = BinTypeForNativeRelocationType(type); in AssignMethodOffset()
1862 Bin bin_type = BinTypeForNativeRelocationType(relocation.type); in CalculateNewObjectOffsets()
2699 ImageWriter::Bin ImageWriter::BinTypeForNativeRelocationType(NativeObjectRelocationType type) { in BinTypeForNativeRelocationType() function in art::linker::ImageWriter