Lines Matching refs:IsBound
91 CHECK(!label->IsBound()); in BindLabel()
191 DCHECK(label->IsBound()); in AdjustFixups()
198 DCHECK(label->IsBound()); in AdjustFixups()
2584 if (!use32bit && label->IsBound() && pc - label->Position() > kMaxT2BackwardDistance) { in EmitBranch()
2592 if (!use32bit && label->IsBound() && pc - label->Position() > kMaxT1BackwardDistance) { in EmitBranch()
2600 if (label->IsBound()) { in EmitBranch()
3290 if (label->IsBound()) { in cbz()
3305 if (label->IsBound()) { in cbnz()
3581 DCHECK(!literal->GetLabel()->IsBound()); in LoadLiteral()
3596 DCHECK(!literal->GetLabel()->IsBound()); in LoadLiteral()
3608 DCHECK(!literal->GetLabel()->IsBound()); in LoadLiteral()
3619 DCHECK(!literal->GetLabel()->IsBound()); in LoadLiteral()
3981 if (CanRelocateBranches() && IsLowRegister(r) && !label->IsBound()) { in CompareAndBranchIfZero()
3991 if (CanRelocateBranches() && IsLowRegister(r) && !label->IsBound()) { in CompareAndBranchIfNonZero()
4002 DCHECK(!table->GetLabel()->IsBound()); in CreateJumpTable()