Lines Matching refs:MethodCompilationStat
499 MaybeRecordStat(stats_, MethodCompilationStat::kCHAInline); in TryInline()
501 MaybeRecordStat(stats_, MethodCompilationStat::kInlinedInvokeVirtualOrInterface); in TryInline()
597 MaybeRecordStat(stats_, MethodCompilationStat::kMonomorphicCall); in TryInlineFromInlineCache()
606 MaybeRecordStat(stats_, MethodCompilationStat::kPolymorphicCall); in TryInlineFromInlineCache()
615 MaybeRecordStat(stats_, MethodCompilationStat::kMegamorphicCall); in TryInlineFromInlineCache()
819 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedDexCache) in TryInlineMonomorphicCall()
868 MaybeRecordStat(stats_, MethodCompilationStat::kInlinedMonomorphicCall); in TryInlineMonomorphicCall()
1058 MaybeRecordStat(stats_, MethodCompilationStat::kInlinedPolymorphicCall); in TryInlinePolymorphicCall()
1264 MaybeRecordStat(stats_, MethodCompilationStat::kInlinedPolymorphicCall); in TryInlinePolymorphicCallToSameTarget()
1287 MaybeRecordStat(stats_, MethodCompilationStat::kIntrinsicRecognized); in TryInlineAndReplace()
1411 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedProxy) in TryBuildAndInline()
1418 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedRecursiveBudget) in TryBuildAndInline()
1432 MaybeRecordStat(stats_, MethodCompilationStat::kReplacedInvokeWithSimplePattern); in TryBuildAndInline()
1435 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedWont) in TryBuildAndInline()
1455 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedCodeItem) in TryBuildAndInline()
1465 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedTryCatch) in TryBuildAndInline()
1471 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedNotVerified) in TryBuildAndInline()
1478 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedNotVerified) in TryBuildAndInline()
1488 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedDexCache) in TryBuildAndInline()
1501 MaybeRecordStat(stats_, MethodCompilationStat::kInlinedInvoke); in TryBuildAndInline()
1785 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedCannotBuild) in TryBuildAndInlineHelper()
1793 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedRegisterAllocator) in TryBuildAndInlineHelper()
1846 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedInfiniteLoop) in TryBuildAndInlineHelper()
1857 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedTryCatch) in TryBuildAndInlineHelper()
1864 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedInfiniteLoop) in TryBuildAndInlineHelper()
1883 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedAlwaysThrows) in TryBuildAndInlineHelper()
1896 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedIrreducibleLoop) in TryBuildAndInlineHelper()
1905 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedLoopWithoutExit) in TryBuildAndInlineHelper()
1916 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedInstructionBudget) in TryBuildAndInlineHelper()
1925 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedEnvironmentBudget) in TryBuildAndInlineHelper()
1935 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedStackMaps) in TryBuildAndInlineHelper()
1944 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedDexCache) in TryBuildAndInlineHelper()
1956 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedUnresolvedEntrypoint) in TryBuildAndInlineHelper()