Searched refs:method_stat (Results 1 – 1 of 1) sorted by relevance
1099 MethodCompilationStat method_stat; in Compile() local1101 method_stat = MethodCompilationStat::kNotCompiledVerifyAtRuntime; in Compile()1103 method_stat = MethodCompilationStat::kNotCompiledVerificationError; in Compile()1105 MaybeRecordStat(compilation_stats_.get(), method_stat); in Compile()