Home
last modified time | relevance | path

Searched refs:MayHaveCompiledMethods (Results 1 – 2 of 2) sorted by relevance

/art/dex2oat/linker/
Doat_writer.h351 bool MayHaveCompiledMethods() const;
Doat_writer.cc662 bool OatWriter::MayHaveCompiledMethods() const { in MayHaveCompiledMethods() function in art::linker::OatWriter
854 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()