Searched refs:MayHaveCompiledMethods (Results 1 – 2 of 2) sorted by relevance
516 bool OatWriter::MayHaveCompiledMethods() const { in MayHaveCompiledMethods() function in art::linker::OatWriter711 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()
352 bool MayHaveCompiledMethods() const;