Searched refs:NativeObjectRelocationType (Results 1 – 3 of 3) sorted by relevance
35 std::ostream& operator<<(std::ostream& os, ImageWriter::NativeObjectRelocationType rhs) { in operator <<()37 case ImageWriter::NativeObjectRelocationType::kArtFieldArray: os << "ArtFieldArray"; break; in operator <<()38 case ImageWriter::NativeObjectRelocationType::kArtMethodClean: os << "ArtMethodClean"; break; in operator <<()39 …case ImageWriter::NativeObjectRelocationType::kArtMethodArrayClean: os << "ArtMethodArrayClean"; b… in operator <<()40 case ImageWriter::NativeObjectRelocationType::kArtMethodDirty: os << "ArtMethodDirty"; break; in operator <<()41 …case ImageWriter::NativeObjectRelocationType::kArtMethodArrayDirty: os << "ArtMethodArrayDirty"; b… in operator <<()42 case ImageWriter::NativeObjectRelocationType::kGcRootPointer: os << "GcRootPointer"; break; in operator <<()43 case ImageWriter::NativeObjectRelocationType::kRuntimeMethod: os << "RuntimeMethod"; break; in operator <<()44 case ImageWriter::NativeObjectRelocationType::kIMTable: os << "IMTable"; break; in operator <<()45 … case ImageWriter::NativeObjectRelocationType::kIMTConflictTable: os << "IMTConflictTable"; break; in operator <<()
1432 oat_index, offset, NativeObjectRelocationType::kArtFieldArray in RecordNativeRelocations()1451 NativeObjectRelocationType type = any_dirty in RecordNativeRelocations()1452 ? NativeObjectRelocationType::kArtMethodDirty in RecordNativeRelocations()1453 : NativeObjectRelocationType::kArtMethodClean; in RecordNativeRelocations()1470 any_dirty ? NativeObjectRelocationType::kArtMethodArrayDirty in RecordNativeRelocations()1471 : NativeObjectRelocationType::kArtMethodArrayClean in RecordNativeRelocations()1504 AssignMethodOffset(imt_method, NativeObjectRelocationType::kRuntimeMethod, oat_index); in RecordNativeRelocations()1528 NativeObjectRelocationType::kIMTable in TryAssignImTableOffset()1548 NativeObjectRelocationType::kIMTConflictTable in TryAssignConflictTableOffset()1554 NativeObjectRelocationType type, in AssignMethodOffset()[all …]
236 enum class NativeObjectRelocationType { enum247 friend std::ostream& operator<<(std::ostream& stream, NativeObjectRelocationType type);511 NativeObjectRelocationType type,546 static Bin BinTypeForNativeRelocationType(NativeObjectRelocationType type);551 NativeObjectRelocationType type;735 std::ostream& operator<<(std::ostream& stream, ImageWriter::NativeObjectRelocationType type);