Lines Matching refs:LOG_FAIL

81 #define LOG_FAIL(stats_ptr, stat) MaybeRecordStat(stats_ptr, stat); LOG_INTERNAL("Fail: ")  macro
850 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedDexCache) in TryInlineMonomorphicCall()
1454 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedNotVerified) in IsInliningAllowed()
1461 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedNotVerified) in IsInliningAllowed()
1479 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedProxy) in IsInliningSupported()
1486 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedTryCatch) in IsInliningSupported()
1495 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedDexCache) in IsInliningSupported()
1509 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedRecursiveBudget) in IsInliningBudgetAvailable()
1518 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedCodeItem) in IsInliningBudgetAvailable()
1545 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedWont) in TryBuildAndInline()
1866 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedInfiniteLoop) in CanInlineBody()
1877 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedTryCatch) in CanInlineBody()
1884 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedInfiniteLoop) in CanInlineBody()
1903 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedAlwaysThrows) in CanInlineBody()
1916 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedIrreducibleLoop) in CanInlineBody()
1925 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedLoopWithoutExit) in CanInlineBody()
1936 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedInstructionBudget) in CanInlineBody()
1945 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedEnvironmentBudget) in CanInlineBody()
1955 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedStackMaps) in CanInlineBody()
1964 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedDexCache) in CanInlineBody()
1976 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedUnresolvedEntrypoint) in CanInlineBody()
2074 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedCannotBuild) in TryBuildAndInlineHelper()