Searched refs:NativeLocationInImage (Results 1 – 2 of 2) sorted by relevance
601 T* NativeLocationInImage(T* obj) REQUIRES_SHARED(Locks::mutator_lock_);
2774 DCHECK_EQ(copy->Get(i, target_ptr_size_), NativeLocationInImage(method)); in CopyAndFixupImTable()2787 NativeLocationInImage(interface_method)); in CopyAndFixupImtConflictTable()2789 NativeLocationInImage(implementation_method)); in CopyAndFixupImtConflictTable()3104 T* ImageWriter::NativeLocationInImage(T* obj) { in NativeLocationInImage() function in art::linker::ImageWriter3133 return image_writer_->NativeLocationInImage(ptr); in operator ()()3670 void* new_value = NativeLocationInImage(value); in CopyAndFixupPointer()