Searched refs:MayHaveCompiledMethods (Results 1 – 2 of 2) sorted by relevance
350 bool MayHaveCompiledMethods() const;
655 bool OatWriter::MayHaveCompiledMethods() const { in MayHaveCompiledMethods() function in art::linker::OatWriter838 if (kIsDebugBuild && writer_->MayHaveCompiledMethods()) { in StartClass()938 if (writer->MayHaveCompiledMethods()) { in InitOatClassesMethodVisitor()991 if (writer_->MayHaveCompiledMethods()) { in EndClass()1658 DCHECK(writer_->MayHaveCompiledMethods()); in UpdateDexFileAndDexCache()1994 if (MayHaveCompiledMethods()) { in VisitDexMethods()2064 if (!MayHaveCompiledMethods()) { in InitOatMaps()2885 const bool may_have_compiled = MayHaveCompiledMethods(); in WriteClasses()