Home
last modified time | relevance | path

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

/aosp12/art/dex2oat/linker/
H A Doat_writer.cc679 bool OatWriter::MayHaveCompiledMethods() const { in MayHaveCompiledMethods() function in art::linker::OatWriter
867 if (kIsDebugBuild && writer_->MayHaveCompiledMethods()) { in StartClass()
974 if (writer->MayHaveCompiledMethods()) { in InitOatClassesMethodVisitor()
1032 if (writer_->MayHaveCompiledMethods()) { in EndClass()
1700 DCHECK(writer_->MayHaveCompiledMethods()); in UpdateDexFileAndDexCache()
2051 if (MayHaveCompiledMethods()) { in VisitDexMethods()
2121 if (!MayHaveCompiledMethods()) { in InitOatMaps()
2771 const bool may_have_compiled = MayHaveCompiledMethods(); in WriteClasses()
H A Doat_writer.h334 bool MayHaveCompiledMethods() const;