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