Home
last modified time | relevance | path

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

/art/runtime/oat/
Doat.h123 bool IsConcurrentCopying() const;
Doat.cc425 bool OatHeader::IsConcurrentCopying() const { in IsConcurrentCopying() function in art::OatHeader
Doat_file_assistant.cc504 if (file.GetOatHeader().IsConcurrentCopying() != gUseReadBarrier) { in GivenOatFileStatus()
/art/runtime/gc/space/
Dimage_space.cc3448 oat_file.GetOatHeader().IsConcurrentCopying() != gUseReadBarrier) { in ValidateOatFile()
3451 oat_file.GetOatHeader().IsConcurrentCopying(), in ValidateOatFile()
/art/runtime/
Dclass_linker.cc2178 if (oat_header->IsConcurrentCopying() != gUseReadBarrier) { in AddImageSpace()