Searched refs:IsBound (Results 1 – 10 of 10) sorted by relevance
86 return IsBound() ? -position_ - sizeof(void*) : position_ - sizeof(void*); in Position()94 bool IsBound() const { return position_ < 0; } in IsBound() function106 CHECK(!IsBound()); in BindTo()108 CHECK(IsBound()); in BindTo()112 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()
446 DCHECK(block_entry_label->IsBound()); in GetAddressOf()923 DCHECK(!src.label.IsLinked() && !src.label.IsBound()); in LabelWrapper()
465 DCHECK(block_entry_label->IsBound()); in GetAddressOf()903 DCHECK(!src.label.IsReferenced() && !src.label.IsBound()); in LabelWrapper()
120 DCHECK(label_->IsBound()); in ~EmitAdrCode()1907 DCHECK(target_label->IsBound()); in FixTable()1947 DCHECK(info.label.IsBound()); in Finalize()8960 DCHECK(info.add_pc_label.IsBound()); in EmitPcRelativeLinkerPatches()8963 DCHECK(info.movw_label.IsBound()); in EmitPcRelativeLinkerPatches()8967 DCHECK(info.movt_label.IsBound()); in EmitPcRelativeLinkerPatches()9264 DCHECK(literal->IsBound()); in PatchJitRootUse()
1596 DCHECK(info.label.IsBound()); in EmitPcRelativeLinkerPatches()1601 uint32_t pc_rel_offset = info_high.pc_rel_label.IsBound() in EmitPcRelativeLinkerPatches()
1527 DCHECK(info.label.IsBound()); in EmitPcRelativeLinkerPatches()
251 using Label::IsBound;
340 using Label::IsBound;
160 CHECK(IsBound()); in AdjustBoundPosition()