Searched refs:LabelIsOutOfRange (Results 1 – 2 of 2) sorted by relevance
575 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) { in B()596 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) { in Cbnz()617 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) { in Cbz()638 if (label->IsBound() && LabelIsOutOfRange(label, TestBranchType)) { in Tbnz()659 if (label->IsBound() && LabelIsOutOfRange(label, TestBranchType)) { in Tbz()
3142 bool LabelIsOutOfRange(Label* label, ImmBranchType branch_type) { in LabelIsOutOfRange() function