Home
last modified time | relevance | path

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

/aosp_15_r20/art/dex2oat/linker/
H A Doat_writer.cc516 bool OatWriter::MayHaveCompiledMethods() const { in MayHaveCompiledMethods() function in art::linker::OatWriter
711 if (kIsDebugBuild && writer_->MayHaveCompiledMethods()) { in StartClass()
828 if (writer->MayHaveCompiledMethods()) { in InitOatClassesMethodVisitor()
886 if (writer_->MayHaveCompiledMethods()) { in EndClass()
1568 DCHECK(writer_->MayHaveCompiledMethods()); in UpdateDexFileAndDexCache()
1948 if (MayHaveCompiledMethods()) { in VisitDexMethods()
2018 if (!MayHaveCompiledMethods()) { in InitOatMaps()
2811 const bool may_have_compiled = MayHaveCompiledMethods(); in WriteClasses()
H A Doat_writer.h352 bool MayHaveCompiledMethods() const;