Home
last modified time | relevance | path

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

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