Home
last modified time | relevance | path

Searched refs:GetImageMethodAddress (Results 1 – 3 of 3) sorted by relevance

/art/compiler/
Dimage_writer.h89 ArtMethod* GetImageMethodAddress(ArtMethod* method) SHARED_REQUIRES(Locks::mutator_lock_);
Doat_writer.cc1223 method = writer_->image_writer_->GetImageMethodAddress(method); in PatchMethodAddress()
Dimage_writer.cc1555 ArtMethod* ImageWriter::GetImageMethodAddress(ArtMethod* method) { in GetImageMethodAddress() function in art::ImageWriter