Searched refs:GetImageMethodAddress (Results 1 – 3 of 3) sorted by relevance
77 ArtMethod* GetImageMethodAddress(ArtMethod* method) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
1021 ArtMethod* ImageWriter::GetImageMethodAddress(ArtMethod* method) { in GetImageMethodAddress() function in art::ImageWriter
868 method = writer_->image_writer_->GetImageMethodAddress(method); in PatchMethodAddress()