Home
last modified time | relevance | path

Searched refs:WillMethodBeDirty (Results 1 – 2 of 2) sorted by relevance

/art/dex2oat/linker/
Dimage_writer.h547 bool WillMethodBeDirty(ArtMethod* m) const REQUIRES_SHARED(Locks::mutator_lock_);
Dimage_writer.cc889 bool ImageWriter::WillMethodBeDirty(ArtMethod* m) const { in WillMethodBeDirty() function in art::linker::ImageWriter
1639 if (WillMethodBeDirty(&m)) { in RecordNativeRelocations()