Searched refs:IsSingleGoto (Results 1 – 3 of 3) sorted by relevance
98 if (!true_block->IsSingleGoto()) { in Run()101 if (!false_block->IsSingleGoto()) { in Run()104 DCHECK(true_block->IsSingleGoto()); in Run()105 DCHECK(false_block->IsSingleGoto()); in Run()
1568 bool HBasicBlock::IsSingleGoto() const { in IsSingleGoto() function in art::HBasicBlock
859 bool IsSingleGoto() const;865 return (IsSingleGoto() || IsSingleTryBoundary()) in IsSingleJump()