Searched refs:native_object_relocations_ (Results 1 – 2 of 2) sorted by relevance
1428 native_object_relocations_.insert(std::make_pair( in RecordNativeRelocations()1464 native_object_relocations_.insert(std::make_pair( in RecordNativeRelocations()1511 return native_object_relocations_.find(ptr) != native_object_relocations_.end(); in NativeRelocationAssigned()1522 native_object_relocations_.insert(std::make_pair( in TryAssignImTableOffset()1542 native_object_relocations_.insert(std::make_pair( in TryAssignConflictTableOffset()1564 native_object_relocations_.insert( in AssignMethodOffset()2649 for (auto& pair : native_object_relocations_) { in CalculateNewObjectOffsets()2959 for (auto& pair : native_object_relocations_) { in CopyAndFixupNativeData()3122 auto it = native_object_relocations_.find(elem); in CopyAndFixupMethodPointerArray()3123 if (UNLIKELY(it == native_object_relocations_.end())) { in CopyAndFixupMethodPointerArray()[all …]
668 HashMap<void*, NativeObjectRelocation> native_object_relocations_; variable