Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_writer.h689 bool IsInBootOatFile(const void* ptr) const;
Dimage_writer.cc196 bool ImageWriter::IsInBootOatFile(const void* ptr) const { in IsInBootOatFile() function in art::linker::ImageWriter
3402 if (!IsInBootOatFile(quick_code)) { in GetQuickCode()