Searched refs:MayHaveCompiledMethods (Results 1 – 2 of 2) sorted by relevance
351 bool MayHaveCompiledMethods() const;
662 bool OatWriter::MayHaveCompiledMethods() const { in MayHaveCompiledMethods() function in art::linker::OatWriter854 if (kIsDebugBuild && writer_->MayHaveCompiledMethods()) { in StartClass()954 if (writer->MayHaveCompiledMethods()) { in InitOatClassesMethodVisitor()1012 if (writer_->MayHaveCompiledMethods()) { in EndClass()1681 DCHECK(writer_->MayHaveCompiledMethods()); in UpdateDexFileAndDexCache()2001 if (MayHaveCompiledMethods()) { in VisitDexMethods()2071 if (!MayHaveCompiledMethods()) { in InitOatMaps()2897 const bool may_have_compiled = MayHaveCompiledMethods(); in WriteClasses()