Home
last modified time | relevance | path

Searched refs:IsBound (Results 1 – 7 of 7) 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_arm64.h450 DCHECK(block_entry_label->IsBound()); in GetAddressOf()
944 DCHECK(!src.label.IsLinked() && !src.label.IsBound()); in LabelWrapper()
Dcode_generator_arm_vixl.h465 DCHECK(block_entry_label->IsBound()); in GetAddressOf()
920 DCHECK(!src.label.IsReferenced() && !src.label.IsBound()); in LabelWrapper()
/art/compiler/utils/x86_64/
Dassembler_x86_64.h341 using Label::IsBound;