Lines Matching refs:native_object_relocations_
469 native_object_relocations_.emplace(array, in AddDexCacheArrayRelocation()
1169 auto it = native_object_relocations_.find(cur_fields); in WalkFieldsInOrder()
1170 CHECK(it == native_object_relocations_.end()) << "Field array " << cur_fields in WalkFieldsInOrder()
1174 native_object_relocations_.emplace( in WalkFieldsInOrder()
1184 auto it2 = native_object_relocations_.find(field); in WalkFieldsInOrder()
1185 CHECK(it2 == native_object_relocations_.end()) << "Field at index=" << i in WalkFieldsInOrder()
1188 native_object_relocations_.emplace( in WalkFieldsInOrder()
1216 auto it = native_object_relocations_.find(array); in WalkFieldsInOrder()
1217 CHECK(it == native_object_relocations_.end()) in WalkFieldsInOrder()
1221 native_object_relocations_.emplace(array, in WalkFieldsInOrder()
1269 return native_object_relocations_.find(ptr) != native_object_relocations_.end(); in NativeRelocationAssigned()
1281 native_object_relocations_.emplace( in TryAssignConflictTableOffset()
1301 native_object_relocations_.emplace(method, NativeObjectRelocation { oat_index, offset, type }); in AssignMethodOffset()
1433 for (auto& pair : native_object_relocations_) { in CalculateNewObjectOffsets()
1556 auto it = native_object_relocations_.find(method); in GetImageMethodAddress()
1557 CHECK(it != native_object_relocations_.end()) << PrettyMethod(method) << " @ " << method; in GetImageMethodAddress()
1603 for (auto& pair : native_object_relocations_) { in CopyAndFixupNativeData()
1739 auto it = native_object_relocations_.find(elem); in FixupPointerArray()
1740 if (UNLIKELY(it == native_object_relocations_.end())) { in FixupPointerArray()
1845 auto it = native_object_relocations_.find(obj); in NativeOffsetInImage()
1846 CHECK(it != native_object_relocations_.end()) << obj << " spaces " in NativeOffsetInImage()
1857 auto it = native_object_relocations_.find(obj); in NativeLocationInImage()
1858 CHECK(it != native_object_relocations_.end()) << obj << " spaces " in NativeLocationInImage()
1929 auto it = native_object_relocations_.find(src_method); in FixupObject()
1930 CHECK(it != native_object_relocations_.end()) in FixupObject()