Searched refs:method_stat (Results 1 – 1 of 1) sorted by relevance
1135 MethodCompilationStat method_stat; in Compile() local1137 method_stat = MethodCompilationStat::kNotCompiledVerifyAtRuntime; in Compile()1139 method_stat = MethodCompilationStat::kNotCompiledVerificationError; in Compile()1141 MaybeRecordStat(compilation_stats_.get(), method_stat); in Compile()