Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Doat.h109 bool IsConcurrentCopying() const;
H A Doat.cc411 bool OatHeader::IsConcurrentCopying() const { in IsConcurrentCopying() function in art::OatHeader
H A Doat_file_assistant.cc422 const bool is_cc = file.GetOatHeader().IsConcurrentCopying(); in GivenOatFileStatus()