Searched refs:NativeLocationInImage (Results 1 – 2 of 2) sorted by relevance
568 T* NativeLocationInImage(T* obj) REQUIRES_SHARED(Locks::mutator_lock_);
2703 DCHECK_EQ(copy->Get(i, target_ptr_size_), NativeLocationInImage(method)); in CopyAndFixupImTable()2716 NativeLocationInImage(interface_method)); in CopyAndFixupImtConflictTable()2718 NativeLocationInImage(implementation_method)); in CopyAndFixupImtConflictTable()3069 T* ImageWriter::NativeLocationInImage(T* obj) { in NativeLocationInImage() function in art::linker::ImageWriter3091 return image_writer_->NativeLocationInImage(ptr); in operator ()()3528 void* new_value = NativeLocationInImage(value); in CopyAndFixupPointer()