Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.h221 enum class NativeObjectRelocationType { enum
234 friend std::ostream& operator<<(std::ostream& stream, NativeObjectRelocationType type);
551 NativeObjectRelocationType type,
583 static Bin BinTypeForNativeRelocationType(NativeObjectRelocationType type);
588 NativeObjectRelocationType type;
591 return type == NativeObjectRelocationType::kArtMethodClean || in IsArtMethodRelocation()
592 type == NativeObjectRelocationType::kArtMethodDirty || in IsArtMethodRelocation()
593 type == NativeObjectRelocationType::kRuntimeMethod; in IsArtMethodRelocation()
751 std::ostream& operator<<(std::ostream& stream, ImageWriter::NativeObjectRelocationType type);
Dimage_writer.cc721 auto bin = BinTypeForNativeRelocationType(NativeObjectRelocationType::kGcRootPointer); in PrepareDexCacheArraySlots()
726 NativeObjectRelocationType::kGcRootPointer }); in PrepareDexCacheArraySlots()
739 NativeObjectRelocation { oat_index, offset, NativeObjectRelocationType::kDexCacheArray }); in AddDexCacheArrayRelocation()
1611 oat_index, offset, NativeObjectRelocationType::kArtFieldArray in RecordNativeRelocations()
1626 NativeObjectRelocationType::kArtField }); in RecordNativeRelocations()
1644 NativeObjectRelocationType type = any_dirty in RecordNativeRelocations()
1645 ? NativeObjectRelocationType::kArtMethodDirty in RecordNativeRelocations()
1646 : NativeObjectRelocationType::kArtMethodClean; in RecordNativeRelocations()
1664 any_dirty ? NativeObjectRelocationType::kArtMethodArrayDirty in RecordNativeRelocations()
1665 : NativeObjectRelocationType::kArtMethodArrayClean }); in RecordNativeRelocations()
[all …]