Searched refs:RelocatedAddressOfPointer (Results 1 – 2 of 2) sorted by relevance
776 patch_oat_->RelocatedAddressOfPointer(field->GetDeclaringClass().Ptr())); in Visit()812 return RelocatedAddressOfPointer(method); in PatchImTables()823 return RelocatedAddressOfPointer(method); in PatchImtConflictTables()837 *roots[i] = patch_oat_->RelocatedAddressOfPointer(*roots[i]); in VisitRoots()845 roots[i]->Assign(patch_oat_->RelocatedAddressOfPointer(roots[i]->AsMirrorPtr())); in VisitRoots()889 return patch_oat_->RelocatedAddressOfPointer(ptr); in operator ()()908 mirror::StringDexCacheType* relocated_strings = RelocatedAddressOfPointer(orig_strings); in PatchDexFileArrays()916 mirror::TypeDexCacheType* relocated_types = RelocatedAddressOfPointer(orig_types); in PatchDexFileArrays()925 mirror::MethodDexCacheType* relocated_methods = RelocatedAddressOfPointer(orig_methods); in PatchDexFileArrays()934 mirror::MethodDexCachePair copy(RelocatedAddressOfPointer(orig.object), orig.index); in PatchDexFileArrays()[all …]
150 T* RelocatedAddressOfPointer(T* obj) const { in RelocatedAddressOfPointer() function