Searched refs:LOG_FAIL (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | inliner.cc | 79 #define LOG_FAIL(stats_ptr, stat) MaybeRecordStat(stats_ptr, stat); LOG_INTERNAL("Fail: ") macro 819 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedDexCache) in TryInlineMonomorphicCall() 1411 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedProxy) in TryBuildAndInline() 1418 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedRecursiveBudget) 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() [all …]
|