Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.h1291 if (graph -> IsDeadReferenceSafe()) return false; in ShouldBeLiveForEnvironment()
Dinliner.cc1799 bool caller_dead_reference_safe = graph_->IsDeadReferenceSafe(); in TryBuildAndInlineHelper()
Dnodes.h533 bool IsDeadReferenceSafe() const { return dead_reference_safe_; } in IsDeadReferenceSafe() function