Searched refs:LabelIsOutOfRange (Results 1 – 2 of 2) sorted by relevance
518 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) { in B()539 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) { in Cbnz()560 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) { in Cbz()581 if (label->IsBound() && LabelIsOutOfRange(label, TestBranchType)) { in Tbnz()602 if (label->IsBound() && LabelIsOutOfRange(label, TestBranchType)) { in Tbz()
3107 bool LabelIsOutOfRange(Label* label, ImmBranchType branch_type) { in LabelIsOutOfRange() function