Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer.cc892 static bool HasCompiledCode(const CompiledMethod* method) { in HasCompiledCode() function
906 if (HasCompiledCode(compiled_method)) { in VisitMethod()
1005 if (HasCompiledCode(compiled_method)) { in VisitMethod()
1212 if (HasCompiledCode(compiled_method)) { in VisitMethod()
1347 DCHECK(HasCompiledCode(compiled_method)) << method_ref.PrettyMethod(); in VisitMethod()
1537 if (HasCompiledCode(compiled_method)) { in VisitMethod()
1657 if (HasCompiledCode(compiled_method)) { in VisitMethod()
1773 DCHECK(HasCompiledCode(compiled_method)) << method_ref.PrettyMethod(); in VisitMethod()
4266 if (HasCompiledCode(compiled_method)) { in OatClass()