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.cc3478 if (label->IsBound()) { in j()
3501 if (label->IsBound()) { in j()
3517 if (label->IsBound()) { in jecxz()
3545 if (label->IsBound()) { in jmp()
3566 if (label->IsBound()) { in jmp()
3722 CHECK(!label->IsBound()); // Labels can only be bound once. in Bind()
3735 CHECK(!label->IsBound()); // Labels can only be bound once. in Bind()
3801 if (label->IsBound()) { in EmitLabel()
3812 CHECK(!label->IsBound()); in EmitLabelLink()
3820 CHECK(!label->IsBound()); in EmitLabelLink()
Dassembler_x86.h252 using Label::IsBound;
/art/compiler/optimizing/
Dcode_generator_arm_vixl.h496 DCHECK(block_entry_label->IsBound()); in GetAddressOf()
951 DCHECK(!src.label.IsReferenced() && !src.label.IsBound()); in LabelWrapper()
Dcode_generator_arm64.h572 DCHECK(block_entry_label->IsBound()); in GetAddressOf()
1077 DCHECK(!src.label.IsLinked() && !src.label.IsBound()); in LabelWrapper()
Dcode_generator_arm_vixl.cc122 DCHECK(label_->IsBound()); in ~EmitAdrCode()
1910 DCHECK(target_label->IsBound()); in FixTable()
1950 DCHECK(info.label.IsBound()); in Finalize()
9374 DCHECK(info.add_pc_label.IsBound()); in EmitPcRelativeLinkerPatches()
9377 DCHECK(info.movw_label.IsBound()); in EmitPcRelativeLinkerPatches()
9381 DCHECK(info.movt_label.IsBound()); in EmitPcRelativeLinkerPatches()
9695 DCHECK(literal->IsBound()); in PatchJitRootUse()
Dcode_generator_arm64.cc595 DCHECK(target_label->IsBound()); in EmitTable()
1002 DCHECK(info.label.IsBound()); in Finalize()
Dcode_generator_x86_64.cc7759 DCHECK(l->IsBound()); in CreateJumpTable()
Dcode_generator_x86.cc8484 DCHECK(l->IsBound()); in CreateJumpTable()
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc4704 if (label->IsBound()) { in j()
4727 if (label->IsBound()) { in j()
4743 if (label->IsBound()) { in jrcxz()
4773 if (label->IsBound()) { in jmp()
4794 if (label->IsBound()) { in jmp()
5105 CHECK(!label->IsBound()); // Labels can only be bound once. in Bind()
5118 CHECK(!label->IsBound()); // Labels can only be bound once. in Bind()
5186 if (label->IsBound()) { in EmitLabel()
5197 CHECK(!label->IsBound()); in EmitLabelLink()
5205 CHECK(!label->IsBound()); in EmitLabelLink()
Dassembler_x86_64.h341 using Label::IsBound;