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 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() [all …]
|