Searched refs:IsBound (Results 1 – 12 of 12) sorted by relevance
78 return IsBound() ? -position_ - sizeof(void*) : position_ - sizeof(void*); in Position()86 bool IsBound() const { return position_ < 0; } in IsBound() function98 CHECK(!IsBound()); in BindTo()100 CHECK(IsBound()); in BindTo()104 CHECK(!IsBound()); in LinkTo()
460 if (!is_far_target && rn.IsLow() && !label->IsBound()) { in CompareAndBranchIfZero()475 if (!is_far_target && rn.IsLow() && !label->IsBound()) { in CompareAndBranchIfNonZero()484 if (!label->IsBound()) { in B()494 if (!label->IsBound() && !is_far_target) { in B()
3507 if (label->IsBound()) { in j()3530 if (label->IsBound()) { in j()3546 if (label->IsBound()) { in jecxz()3574 if (label->IsBound()) { in jmp()3595 if (label->IsBound()) { in jmp()3791 CHECK(!label->IsBound()); // Labels can only be bound once. in Bind()3804 CHECK(!label->IsBound()); // Labels can only be bound once. in Bind()3870 if (label->IsBound()) { in EmitLabel()3881 CHECK(!label->IsBound()); in EmitLabelLink()3889 CHECK(!label->IsBound()); in EmitLabelLink()
276 using Label::IsBound;
498 DCHECK(block_entry_label->IsBound()); in GetAddressOf()970 DCHECK(!src.label.IsReferenced() && !src.label.IsBound()); in LabelWrapper()
598 DCHECK(block_entry_label->IsBound()); in GetAddressOf()1131 DCHECK(!src.label.IsLinked() && !src.label.IsBound()); in LabelWrapper()
125 DCHECK(label_->IsBound()); in ~EmitAdrCode()1933 DCHECK(target_label->IsBound()); in FixTable()1973 DCHECK(info.label.IsBound()); in Finalize()9538 DCHECK(info.add_pc_label.IsBound()); in EmitPcRelativeLinkerPatches()9541 DCHECK(info.movw_label.IsBound()); in EmitPcRelativeLinkerPatches()9545 DCHECK(info.movt_label.IsBound()); in EmitPcRelativeLinkerPatches()9857 DCHECK(literal->IsBound()); in PatchJitRootUse()
558 DCHECK(target_label->IsBound()); in EmitTable()987 DCHECK(info.label.IsBound()); in Finalize()
7898 DCHECK(l->IsBound()); in CreateJumpTable()
8822 DCHECK(l->IsBound()); in CreateJumpTable()
4713 if (label->IsBound()) { in j()4736 if (label->IsBound()) { in j()4752 if (label->IsBound()) { in jrcxz()4782 if (label->IsBound()) { in jmp()4803 if (label->IsBound()) { in jmp()5114 CHECK(!label->IsBound()); // Labels can only be bound once. in Bind()5127 CHECK(!label->IsBound()); // Labels can only be bound once. in Bind()5195 if (label->IsBound()) { in EmitLabel()5206 CHECK(!label->IsBound()); in EmitLabelLink()5214 CHECK(!label->IsBound()); in EmitLabelLink()
341 using Label::IsBound;