Home
last modified time | relevance | path

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

/art/compiler/utils/
Dlabel.h78 return IsBound() ? -position_ - sizeof(void*) : position_ - sizeof(void*); in Position()
86 bool IsBound() const { return position_ < 0; } in IsBound() function
98 CHECK(!IsBound()); in BindTo()
100 CHECK(IsBound()); in BindTo()
104 CHECK(!IsBound()); in LinkTo()
/art/compiler/utils/arm/
Dassembler_arm_vixl.cc460 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()
/art/compiler/utils/x86/
Dassembler_x86.cc3471 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()
Dassembler_x86.h252 using Label::IsBound;
/art/compiler/optimizing/
Dcode_generator_arm_vixl.h465 DCHECK(block_entry_label->IsBound()); in GetAddressOf()
920 DCHECK(!src.label.IsReferenced() && !src.label.IsBound()); in LabelWrapper()
Dcode_generator_arm64.h450 DCHECK(block_entry_label->IsBound()); in GetAddressOf()
944 DCHECK(!src.label.IsLinked() && !src.label.IsBound()); in LabelWrapper()
Dcode_generator_arm_vixl.cc121 DCHECK(label_->IsBound()); in ~EmitAdrCode()
1909 DCHECK(target_label->IsBound()); in FixTable()
1949 DCHECK(info.label.IsBound()); in Finalize()
9172 DCHECK(info.add_pc_label.IsBound()); in EmitPcRelativeLinkerPatches()
9175 DCHECK(info.movw_label.IsBound()); in EmitPcRelativeLinkerPatches()
9179 DCHECK(info.movt_label.IsBound()); in EmitPcRelativeLinkerPatches()
9493 DCHECK(literal->IsBound()); in PatchJitRootUse()
Dcode_generator_arm64.cc594 DCHECK(target_label->IsBound()); in EmitTable()
943 DCHECK(info.label.IsBound()); in Finalize()
Dcode_generator_x86_64.cc7636 DCHECK(l->IsBound()); in CreateJumpTable()
Dcode_generator_x86.cc8367 DCHECK(l->IsBound()); in CreateJumpTable()
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc4688 if (label->IsBound()) { in j()
4711 if (label->IsBound()) { in j()
4727 if (label->IsBound()) { in jrcxz()
4757 if (label->IsBound()) { in jmp()
4778 if (label->IsBound()) { in jmp()
5089 CHECK(!label->IsBound()); // Labels can only be bound once. in Bind()
5102 CHECK(!label->IsBound()); // Labels can only be bound once. in Bind()
5170 if (label->IsBound()) { in EmitLabel()
5181 CHECK(!label->IsBound()); in EmitLabelLink()
5189 CHECK(!label->IsBound()); in EmitLabelLink()
Dassembler_x86_64.h341 using Label::IsBound;