Lines Matching refs:LOG_FAIL

81 #define LOG_FAIL(stats_ptr, stat) MaybeRecordStat(stats_ptr, stat); LOG_INTERNAL("Fail: ")  macro
857 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedDexCache) in TryInlineMonomorphicCall()
1458 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedNotVerified) in IsInliningAllowed()
1465 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedNotVerified) in IsInliningAllowed()
1483 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedProxy) in IsInliningSupported()
1490 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedTryCatch) in IsInliningSupported()
1499 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedDexCache) in IsInliningSupported()
1513 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedRecursiveBudget) in IsInliningBudgetAvailable()
1522 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedCodeItem) in IsInliningBudgetAvailable()
1549 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedWont) in TryBuildAndInline()
1867 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedInfiniteLoop) in CanInlineBody()
1878 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedTryCatch) in CanInlineBody()
1885 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedInfiniteLoop) in CanInlineBody()
1904 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedAlwaysThrows) in CanInlineBody()
1917 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedIrreducibleLoop) in CanInlineBody()
1926 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedLoopWithoutExit) in CanInlineBody()
1937 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedInstructionBudget) in CanInlineBody()
1946 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedEnvironmentBudget) in CanInlineBody()
1956 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedStackMaps) in CanInlineBody()
1965 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedDexCache) in CanInlineBody()
1977 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedUnresolvedEntrypoint) in CanInlineBody()
2074 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedCannotBuild) in TryBuildAndInlineHelper()