Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Doptimizing_compiler_stats.h51 kNotCompiledUnhandledInstruction, enumerator
129 case kNotCompiledUnhandledInstruction : name = "NotCompiledUnhandledInstruction"; break; in PrintMethodCompilationStat()
Dinstruction_builder.cc2685 MaybeRecordStat(MethodCompilationStat::kNotCompiledUnhandledInstruction); in ProcessDexInstruction()