Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc1943 if (EndsWithTryBoundary()) { in ComputeTryEntryOfSuccessors()
2005 bool HBasicBlock::EndsWithTryBoundary() const { in EndsWithTryBoundary() function in art::HBasicBlock
2014 if (EndsWithTryBoundary()) { in GetNormalSuccessors()
2025 if (EndsWithTryBoundary()) { in GetExceptionalSuccessors()
Dnodes.h1313 bool EndsWithTryBoundary() const;