Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer.cc856 static bool HasCompiledCode(const CompiledMethod* method) { in HasCompiledCode() function
876 if (HasCompiledCode(compiled_method)) { in VisitMethod()
963 if (HasCompiledCode(compiled_method)) { in VisitMethod()
1169 if (HasCompiledCode(compiled_method)) { in VisitMethod()
1281 DCHECK(HasCompiledCode(compiled_method)) << method_ref.PrettyMethod(); in VisitMethod()
1458 if (HasCompiledCode(compiled_method)) { in VisitMethod()
1554 if (HasCompiledCode(compiled_method)) { in VisitMethod()
1689 DCHECK(HasCompiledCode(compiled_method)) << method_ref.PrettyMethod(); in VisitMethod()
4161 if (HasCompiledCode(compiled_method)) { in OatClass()