Home
last modified time | relevance | path

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

/art/compiler/
Dimage_writer.h186 enum NativeObjectRelocationType { enum
197 friend std::ostream& operator<<(std::ostream& stream, const NativeObjectRelocationType& type);
432 NativeObjectRelocationType type,
458 static Bin BinTypeForNativeRelocationType(NativeObjectRelocationType type);
532 NativeObjectRelocationType type;
Dimage_writer.cc1205 NativeObjectRelocationType type = any_dirty in WalkFieldsInOrder()
1291 NativeObjectRelocationType type, in AssignMethodOffset()
2198 ImageWriter::Bin ImageWriter::BinTypeForNativeRelocationType(NativeObjectRelocationType type) { in BinTypeForNativeRelocationType()