Searched refs:GetImageMethodAddress (Results 1 – 3 of 3) sorted by relevance
89 ArtMethod* GetImageMethodAddress(ArtMethod* method) SHARED_REQUIRES(Locks::mutator_lock_);
1223 method = writer_->image_writer_->GetImageMethodAddress(method); in PatchMethodAddress()
1555 ArtMethod* ImageWriter::GetImageMethodAddress(ArtMethod* method) { in GetImageMethodAddress() function in art::ImageWriter