Searched refs:MayHaveCompiledMethods (Results 1 – 2 of 2) sorted by relevance
352 bool MayHaveCompiledMethods() const;
516 bool OatWriter::MayHaveCompiledMethods() const { in MayHaveCompiledMethods() function in art::linker::OatWriter709 if (kIsDebugBuild && writer_->MayHaveCompiledMethods()) { in StartClass()823 if (writer->MayHaveCompiledMethods()) { in InitOatClassesMethodVisitor()881 if (writer_->MayHaveCompiledMethods()) { in EndClass()1562 DCHECK(writer_->MayHaveCompiledMethods()); in UpdateDexFileAndDexCache()1932 if (MayHaveCompiledMethods()) { in VisitDexMethods()2002 if (!MayHaveCompiledMethods()) { in InitOatMaps()2787 const bool may_have_compiled = MayHaveCompiledMethods(); in WriteClasses()