Searched refs:NativeObjectRelocation (Results 1 – 2 of 2) sorted by relevance
548 struct NativeObjectRelocation { struct559 NativeObjectRelocation GetNativeRelocation(void* obj) const REQUIRES_SHARED(Locks::mutator_lock_); argument672 HashMap<void*, NativeObjectRelocation> native_object_relocations_;
1431 NativeObjectRelocation{ in RecordNativeRelocations()1467 NativeObjectRelocation{ in RecordNativeRelocations()1525 NativeObjectRelocation{ in TryAssignImTableOffset()1545 NativeObjectRelocation{ in TryAssignConflictTableOffset()1566 std::make_pair(method, NativeObjectRelocation{oat_index, offset, type})); in AssignMethodOffset()2653 NativeObjectRelocation& relocation = pair.second; in CalculateNewObjectOffsets()2877 NativeObjectRelocation relocation = GetNativeRelocation(method); in GetImageMethodAddress()2963 NativeObjectRelocation& relocation = pair.second; in CopyAndFixupNativeData()3302 ImageWriter::NativeObjectRelocation ImageWriter::GetNativeRelocation(void* obj) const { in GetNativeRelocation()3328 NativeObjectRelocation relocation = GetNativeRelocation(obj); in NativeLocationInImage()