Searched refs:NativeObjectRelocationType (Results 1 – 2 of 2) sorted by relevance
221 enum class NativeObjectRelocationType { enum234 friend std::ostream& operator<<(std::ostream& stream, const NativeObjectRelocationType& type);566 NativeObjectRelocationType type,655 static Bin BinTypeForNativeRelocationType(NativeObjectRelocationType type);660 NativeObjectRelocationType type;663 return type == NativeObjectRelocationType::kArtMethodClean || in IsArtMethodRelocation()664 type == NativeObjectRelocationType::kArtMethodDirty || in IsArtMethodRelocation()665 type == NativeObjectRelocationType::kRuntimeMethod; in IsArtMethodRelocation()
1056 auto bin = BinTypeForNativeRelocationType(NativeObjectRelocationType::kGcRootPointer); in PrepareDexCacheArraySlots()1061 NativeObjectRelocationType::kGcRootPointer }); in PrepareDexCacheArraySlots()1074 NativeObjectRelocation { oat_index, offset, NativeObjectRelocationType::kDexCacheArray }); in AddDexCacheArrayRelocation()2024 oat_index, offset, NativeObjectRelocationType::kArtFieldArray in TryAssignBinSlot()2039 NativeObjectRelocationType::kArtField }); in TryAssignBinSlot()2057 NativeObjectRelocationType type = any_dirty in TryAssignBinSlot()2058 ? NativeObjectRelocationType::kArtMethodDirty in TryAssignBinSlot()2059 : NativeObjectRelocationType::kArtMethodClean; in TryAssignBinSlot()2077 any_dirty ? NativeObjectRelocationType::kArtMethodArrayDirty in TryAssignBinSlot()2078 : NativeObjectRelocationType::kArtMethodArrayClean }); in TryAssignBinSlot()[all …]