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