Home
last modified time | relevance | path

Searched refs:LOG_FAIL (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dinliner.cc81 #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()
[all …]