Home
last modified time | relevance | path

Searched refs:IsBound (Results 1 – 10 of 10) sorted by relevance

/art/compiler/utils/
Dlabel.h86 return IsBound() ? -position_ - sizeof(void*) : position_ - sizeof(void*); in Position()
94 bool IsBound() const { return position_ < 0; } in IsBound() function
106 CHECK(!IsBound()); in BindTo()
108 CHECK(IsBound()); in BindTo()
112 CHECK(!IsBound()); in LinkTo()
/art/compiler/utils/arm/
Dassembler_arm_vixl.cc463 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()
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc3007 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()
Dassembler_x86_64.h340 using Label::IsBound;
/art/compiler/utils/mips64/
Dassembler_mips64.cc2793 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()
/art/compiler/optimizing/
Dcode_generator_arm64.h436 DCHECK(block_entry_label->IsBound()); in GetAddressOf()
Dcode_generator_arm_vixl.cc148 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()
Dcode_generator_x86_64.cc7049 DCHECK(l->IsBound()); in CreateJumpTable()
/art/compiler/utils/x86/
Dassembler_x86.h251 using Label::IsBound;
/art/compiler/utils/mips/
Dassembler_mips.h160 CHECK(IsBound()); in AdjustBoundPosition()