Home
last modified time | relevance | path

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

/art/compiler/
Dimage_writer.h458 static Bin BinTypeForNativeRelocationType(NativeObjectRelocationType type);
Dimage_writer.cc1208 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