Searched refs:method_stat (Results 1 – 1 of 1) sorted by relevance
1072 MethodCompilationStat method_stat; in Compile() local1074 method_stat = MethodCompilationStat::kNotCompiledVerifyAtRuntime; in Compile()1076 method_stat = MethodCompilationStat::kNotCompiledVerificationError; in Compile()1078 MaybeRecordStat(compilation_stats_.get(), method_stat); in Compile()