Home
last modified time | relevance | path

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

/art/compiler/
Dimage_writer.h502 bool IsInBootOatFile(const void* ptr) const;
Dimage_writer.cc106 bool ImageWriter::IsInBootOatFile(const void* ptr) const { in IsInBootOatFile() function in art::ImageWriter
2569 if (!IsInBootOatFile(quick_code)) { in GetQuickCode()