Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Doptimizing_compiler_stats.h35 kUnresolvedMethod, enumerator
113 case kUnresolvedMethod : name = "UnresolvedMethod"; break; in PrintMethodCompilationStat()
Dinstruction_builder.cc822 MaybeRecordStat(MethodCompilationStat::kUnresolvedMethod); in BuildInvoke()