Searched refs:IsBound (Results 1 – 17 of 17) 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()
2473 if (label->IsBound()) { in j()2496 if (label->IsBound()) { in j()2512 if (label->IsBound()) { in jecxz()2540 if (label->IsBound()) { in jmp()2561 if (label->IsBound()) { in jmp()2717 CHECK(!label->IsBound()); // Labels can only be bound once. in Bind()2730 CHECK(!label->IsBound()); // Labels can only be bound once. in Bind()2796 if (label->IsBound()) { in EmitLabel()2807 CHECK(!label->IsBound()); in EmitLabelLink()2815 CHECK(!label->IsBound()); in EmitLabelLink()
251 using Label::IsBound;
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()
3506 CHECK(!label->IsBound()); in Bind()3534 CHECK(label->IsBound()); in GetLabelLocation()3579 if (!label->IsBound()) { in FinalizeLabeledBranch()3737 uint32_t target = label->IsBound() ? GetLabelLocation(label) : Branch::kUnresolved; in Buncond()3753 uint32_t target = label->IsBound() ? GetLabelLocation(label) : Branch::kUnresolved; in Bcond()3760 uint32_t target = label->IsBound() ? GetLabelLocation(label) : Branch::kUnresolved; in Call()3768 DCHECK(!label->IsBound()); in LoadLabelAddress()3789 DCHECK(!label->IsBound()); in LoadLiteral()3803 DCHECK(!table->GetLabel()->IsBound()); in CreateJumpTable()4004 CHECK(patcher_label->IsBound()); in EmitBranch()
160 CHECK(IsBound()); in AdjustBoundPosition()
436 DCHECK(block_entry_label->IsBound()); in GetAddressOf()
462 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()
1588 DCHECK(info.label.IsBound()); in EmitPcRelativeLinkerPatches()1593 uint32_t pc_rel_offset = info_high.pc_rel_label.IsBound() in EmitPcRelativeLinkerPatches()
599 DCHECK(target_label->IsBound()); in EmitTable()
1504 DCHECK(info.label.IsBound()); in EmitPcRelativeLinkerPatches()
7049 DCHECK(l->IsBound()); in CreateJumpTable()
7669 DCHECK(l->IsBound()); in CreateJumpTable()