Searched refs:EndsWithTryBoundary (Results 1 – 4 of 4) sorted by relevance
634 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()
381 block->EndsWithTryBoundary() && block->GetLastInstruction()->AsTryBoundary()->IsEntry(); in SinkCodeToUncommonBranch()
2163 if (EndsWithTryBoundary()) { in ComputeTryEntryOfSuccessors()2225 bool HBasicBlock::EndsWithTryBoundary() const { in EndsWithTryBoundary() function in art::HBasicBlock2234 if (EndsWithTryBoundary()) { in GetNormalSuccessors()2245 if (EndsWithTryBoundary()) { in GetExceptionalSuccessors()2878 DCHECK(predecessor->EndsWithTryBoundary()); in InlineInto()
1467 bool EndsWithTryBoundary() const;