Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Ddead_code_elimination.cc634 DCHECK(block->EndsWithTryBoundary()); in DisconnectHandlersAndUpdateTryBoundary()
645 DCHECK(try_entry->EndsWithTryBoundary()); in RemoveTry()
652 DCHECK(other_try_entry->EndsWithTryBoundary()); in RemoveTry()
666 if (block->EndsWithTryBoundary()) { in RemoveTry()
718 DCHECK(block->EndsWithTryBoundary()); in RemoveUnneededTries()
722 DCHECK(other_block->EndsWithTryBoundary()); in RemoveUnneededTries()
Dcode_sinking.cc381 block->EndsWithTryBoundary() && block->GetLastInstruction()->AsTryBoundary()->IsEntry(); in SinkCodeToUncommonBranch()
Dnodes.cc2163 if (EndsWithTryBoundary()) { in ComputeTryEntryOfSuccessors()
2225 bool HBasicBlock::EndsWithTryBoundary() const { in EndsWithTryBoundary() function in art::HBasicBlock
2234 if (EndsWithTryBoundary()) { in GetNormalSuccessors()
2245 if (EndsWithTryBoundary()) { in GetExceptionalSuccessors()
2878 DCHECK(predecessor->EndsWithTryBoundary()); in InlineInto()
Dnodes.h1467 bool EndsWithTryBoundary() const;