Searched refs:LOG_FAIL (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | inliner.cc | 81 #define LOG_FAIL(stats_ptr, stat) MaybeRecordStat(stats_ptr, stat); LOG_INTERNAL("Fail: ") macro 843 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedDexCache) in TryInlineMonomorphicCall() 1443 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedProxy) in TryBuildAndInline() 1450 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedRecursiveBudget) in TryBuildAndInline() 1468 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedWont) in TryBuildAndInline() 1488 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedCodeItem) in TryBuildAndInline() 1498 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedTryCatch) in TryBuildAndInline() 1504 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedNotVerified) in TryBuildAndInline() 1511 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedNotVerified) in TryBuildAndInline() 1521 LOG_FAIL(stats_, MethodCompilationStat::kNotInlinedDexCache) in TryBuildAndInline() [all …]
|