Searched refs:IsBound (Results 1 – 7 of 7) 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()
3471 if (label->IsBound()) { in j()3494 if (label->IsBound()) { in j()3510 if (label->IsBound()) { in jecxz()3538 if (label->IsBound()) { in jmp()3559 if (label->IsBound()) { in jmp()3715 CHECK(!label->IsBound()); // Labels can only be bound once. in Bind()3728 CHECK(!label->IsBound()); // Labels can only be bound once. in Bind()3794 if (label->IsBound()) { in EmitLabel()3805 CHECK(!label->IsBound()); in EmitLabelLink()3813 CHECK(!label->IsBound()); in EmitLabelLink()
252 using Label::IsBound;
450 DCHECK(block_entry_label->IsBound()); in GetAddressOf()944 DCHECK(!src.label.IsLinked() && !src.label.IsBound()); in LabelWrapper()
465 DCHECK(block_entry_label->IsBound()); in GetAddressOf()920 DCHECK(!src.label.IsReferenced() && !src.label.IsBound()); in LabelWrapper()
341 using Label::IsBound;