Searched refs:NativeObjectRelocationType (Results 1 – 2 of 2) sorted by relevance
232 enum class NativeObjectRelocationType { enum243 friend std::ostream& operator<<(std::ostream& stream, NativeObjectRelocationType type);507 NativeObjectRelocationType type,542 static Bin BinTypeForNativeRelocationType(NativeObjectRelocationType type);547 NativeObjectRelocationType type;731 std::ostream& operator<<(std::ostream& stream, ImageWriter::NativeObjectRelocationType type);
1431 oat_index, offset, NativeObjectRelocationType::kArtFieldArray in RecordNativeRelocations()1450 NativeObjectRelocationType type = any_dirty in RecordNativeRelocations()1451 ? NativeObjectRelocationType::kArtMethodDirty in RecordNativeRelocations()1452 : NativeObjectRelocationType::kArtMethodClean; in RecordNativeRelocations()1469 any_dirty ? NativeObjectRelocationType::kArtMethodArrayDirty in RecordNativeRelocations()1470 : NativeObjectRelocationType::kArtMethodArrayClean in RecordNativeRelocations()1503 AssignMethodOffset(imt_method, NativeObjectRelocationType::kRuntimeMethod, oat_index); in RecordNativeRelocations()1527 NativeObjectRelocationType::kIMTable in TryAssignImTableOffset()1547 NativeObjectRelocationType::kIMTConflictTable in TryAssignConflictTableOffset()1553 NativeObjectRelocationType type, in AssignMethodOffset()[all …]