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()
463 if (!is_far_target && rn.IsLow() && !label->IsBound()) { in CompareAndBranchIfZero()478 if (!is_far_target && rn.IsLow() && !label->IsBound()) { in CompareAndBranchIfNonZero()487 if (!label->IsBound()) { in B()497 if (!label->IsBound() && !is_far_target) { in B()
3007 if (label->IsBound()) { in j()3030 if (label->IsBound()) { in j()3046 if (label->IsBound()) { in jrcxz()3076 if (label->IsBound()) { in jmp()3097 if (label->IsBound()) { in jmp()3354 CHECK(!label->IsBound()); // Labels can only be bound once. in Bind()3367 CHECK(!label->IsBound()); // Labels can only be bound once. in Bind()3435 if (label->IsBound()) { in EmitLabel()3446 CHECK(!label->IsBound()); in EmitLabelLink()3454 CHECK(!label->IsBound()); in EmitLabelLink()
340 using Label::IsBound;
2793 CHECK(!label->IsBound()); in Bind()2824 CHECK(label->IsBound()); in GetLabelLocation()2860 if (!label->IsBound()) { in FinalizeLabeledBranch()2878 uint32_t target = label->IsBound() ? GetLabelLocation(label) : Branch::kUnresolved; in Buncond()2893 uint32_t target = label->IsBound() ? GetLabelLocation(label) : Branch::kUnresolved; in Bcond()2899 uint32_t target = label->IsBound() ? GetLabelLocation(label) : Branch::kUnresolved; in Call()2906 DCHECK(!label->IsBound()); in LoadLabelAddress()2946 DCHECK(!label->IsBound()); in LoadLiteral()2954 DCHECK(!table->GetLabel()->IsBound()); in CreateJumpTable()
436 DCHECK(block_entry_label->IsBound()); in GetAddressOf()
148 DCHECK(label_->IsBound()); in ~EmitAdrCode()2400 DCHECK(target_label->IsBound()); in FixTable()9078 DCHECK(info.add_pc_label.IsBound()); in EmitPcRelativeLinkerPatches()9081 DCHECK(info.movw_label.IsBound()); in EmitPcRelativeLinkerPatches()9085 DCHECK(info.movt_label.IsBound()); in EmitPcRelativeLinkerPatches()9331 DCHECK(literal->IsBound()); in PatchJitRootUse()
7049 DCHECK(l->IsBound()); in CreateJumpTable()
251 using Label::IsBound;
160 CHECK(IsBound()); in AdjustBoundPosition()