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.cc3507 if (label->IsBound()) { in j()
3530 if (label->IsBound()) { in j()
3546 if (label->IsBound()) { in jecxz()
3574 if (label->IsBound()) { in jmp()
3595 if (label->IsBound()) { in jmp()
3791 CHECK(!label->IsBound()); // Labels can only be bound once. in Bind()
3804 CHECK(!label->IsBound()); // Labels can only be bound once. in Bind()
3870 if (label->IsBound()) { in EmitLabel()
3881 CHECK(!label->IsBound()); in EmitLabelLink()
3889 CHECK(!label->IsBound()); in EmitLabelLink()
Dassembler_x86.h276 using Label::IsBound;
/art/compiler/optimizing/
Dcode_generator_arm_vixl.h498 DCHECK(block_entry_label->IsBound()); in GetAddressOf()
970 DCHECK(!src.label.IsReferenced() && !src.label.IsBound()); in LabelWrapper()
Dcode_generator_arm64.h598 DCHECK(block_entry_label->IsBound()); in GetAddressOf()
1131 DCHECK(!src.label.IsLinked() && !src.label.IsBound()); in LabelWrapper()
Dcode_generator_arm_vixl.cc125 DCHECK(label_->IsBound()); in ~EmitAdrCode()
1933 DCHECK(target_label->IsBound()); in FixTable()
1973 DCHECK(info.label.IsBound()); in Finalize()
9538 DCHECK(info.add_pc_label.IsBound()); in EmitPcRelativeLinkerPatches()
9541 DCHECK(info.movw_label.IsBound()); in EmitPcRelativeLinkerPatches()
9545 DCHECK(info.movt_label.IsBound()); in EmitPcRelativeLinkerPatches()
9857 DCHECK(literal->IsBound()); in PatchJitRootUse()
Dcode_generator_arm64.cc558 DCHECK(target_label->IsBound()); in EmitTable()
987 DCHECK(info.label.IsBound()); in Finalize()
Dcode_generator_x86_64.cc7898 DCHECK(l->IsBound()); in CreateJumpTable()
Dcode_generator_x86.cc8822 DCHECK(l->IsBound()); in CreateJumpTable()
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc4713 if (label->IsBound()) { in j()
4736 if (label->IsBound()) { in j()
4752 if (label->IsBound()) { in jrcxz()
4782 if (label->IsBound()) { in jmp()
4803 if (label->IsBound()) { in jmp()
5114 CHECK(!label->IsBound()); // Labels can only be bound once. in Bind()
5127 CHECK(!label->IsBound()); // Labels can only be bound once. in Bind()
5195 if (label->IsBound()) { in EmitLabel()
5206 CHECK(!label->IsBound()); in EmitLabelLink()
5214 CHECK(!label->IsBound()); in EmitLabelLink()
Dassembler_x86_64.h341 using Label::IsBound;