Searched refs:GetImageMethodAddress (Results 1 – 3 of 3) sorted by relevance
128 ArtMethod* GetImageMethodAddress(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
1949 method = writer_->image_writer_->GetImageMethodAddress(method); in GetTargetMethodOffset()
2728 ArtMethod* ImageWriter::GetImageMethodAddress(ArtMethod* method) { in GetImageMethodAddress() function in art::linker::ImageWriter