Searched refs:LabelIsOutOfRange (Results 1 – 2 of 2) sorted by relevance
597 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) { in B()623 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) { in Cbnz()649 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) { in Cbz()674 if (label->IsBound() && LabelIsOutOfRange(label, TestBranchType)) { in Tbnz()699 if (label->IsBound() && LabelIsOutOfRange(label, TestBranchType)) { in Tbz()
3602 bool LabelIsOutOfRange(Label* label, ImmBranchType branch_type) { in LabelIsOutOfRange() function