Home | History | Annotate | Download | only in optimizing

Lines Matching refs:MethodCompilationStat

332   void MaybeRecordStat(MethodCompilationStat compilation_stat) const {
897 MaybeRecordStat(MethodCompilationStat::kAttemptCompilation);
907 MaybeRecordStat(MethodCompilationStat::kNotCompiledUnsupportedIsa);
912 MaybeRecordStat(MethodCompilationStat::kNotCompiledPathological);
922 MaybeRecordStat(MethodCompilationStat::kNotCompiledSpaceFilter);
969 MaybeRecordStat(MethodCompilationStat::kNotCompiledNoCodegen);
999 MaybeRecordStat(MethodCompilationStat::kNotCompiledSkipped);
1002 MaybeRecordStat(MethodCompilationStat::kNotCompiledInvalidBytecode);
1005 MaybeRecordStat(MethodCompilationStat::kNotCompiledThrowCatchLoop);
1008 MaybeRecordStat(MethodCompilationStat::kNotCompiledAmbiguousArrayOp);
1075 MaybeRecordStat(MethodCompilationStat::kCompiled);
1087 MaybeRecordStat(MethodCompilationStat::kNotCompiledVerifyAtRuntime);
1089 MaybeRecordStat(MethodCompilationStat::kNotCompiledVerificationError);
1224 MaybeRecordStat(MethodCompilationStat::kCompiled);