Home
last modified time | relevance | path

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

/aosp12/art/dex2oat/linker/
H A Dimage_writer.h217 enum class NativeObjectRelocationType { enum
228 friend std::ostream& operator<<(std::ostream& stream, NativeObjectRelocationType type);
518 NativeObjectRelocationType type,
550 static Bin BinTypeForNativeRelocationType(NativeObjectRelocationType type);
555 NativeObjectRelocationType type;
558 return type == NativeObjectRelocationType::kArtMethodClean || in IsArtMethodRelocation()
559 type == NativeObjectRelocationType::kArtMethodDirty || in IsArtMethodRelocation()
560 type == NativeObjectRelocationType::kRuntimeMethod; in IsArtMethodRelocation()
710 std::ostream& operator<<(std::ostream& stream, ImageWriter::NativeObjectRelocationType type);
H A Dimage_writer.cc1378 NativeObjectRelocationType type = any_dirty in RecordNativeRelocations()
1379 ? NativeObjectRelocationType::kArtMethodDirty in RecordNativeRelocations()
1380 : NativeObjectRelocationType::kArtMethodClean; in RecordNativeRelocations()
1444 NativeObjectRelocationType::kIMTable in TryAssignImTableOffset()
2768 case NativeObjectRelocationType::kIMTable: { in CopyAndFixupNativeData()
3369 case NativeObjectRelocationType::kArtFieldArray: in BinTypeForNativeRelocationType()
3371 case NativeObjectRelocationType::kArtMethodClean: in BinTypeForNativeRelocationType()
3374 case NativeObjectRelocationType::kArtMethodDirty: in BinTypeForNativeRelocationType()
3377 case NativeObjectRelocationType::kRuntimeMethod: in BinTypeForNativeRelocationType()
3379 case NativeObjectRelocationType::kIMTable: in BinTypeForNativeRelocationType()
[all …]