Searched refs:MayHaveCompiledMethods (Results 1 – 2 of 2) sorted by relevance
345 bool MayHaveCompiledMethods() const;
675 bool OatWriter::MayHaveCompiledMethods() const { in MayHaveCompiledMethods() function in art::linker::OatWriter865 if (kIsDebugBuild && writer_->MayHaveCompiledMethods()) { in StartClass()965 if (writer->MayHaveCompiledMethods()) { in InitOatClassesMethodVisitor()1023 if (writer_->MayHaveCompiledMethods()) { in EndClass()1692 DCHECK(writer_->MayHaveCompiledMethods()); in UpdateDexFileAndDexCache()2012 if (MayHaveCompiledMethods()) { in VisitDexMethods()2082 if (!MayHaveCompiledMethods()) { in InitOatMaps()2840 const bool may_have_compiled = MayHaveCompiledMethods(); in WriteClasses()