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.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/optimizing/
Dcode_generator_arm64.h446 DCHECK(block_entry_label->IsBound()); in GetAddressOf()
923 DCHECK(!src.label.IsLinked() && !src.label.IsBound()); in LabelWrapper()
Dcode_generator_arm_vixl.h465 DCHECK(block_entry_label->IsBound()); in GetAddressOf()
903 DCHECK(!src.label.IsReferenced() && !src.label.IsBound()); in LabelWrapper()
Dcode_generator_arm_vixl.cc120 DCHECK(label_->IsBound()); in ~EmitAdrCode()
1907 DCHECK(target_label->IsBound()); in FixTable()
1947 DCHECK(info.label.IsBound()); in Finalize()
8960 DCHECK(info.add_pc_label.IsBound()); in EmitPcRelativeLinkerPatches()
8963 DCHECK(info.movw_label.IsBound()); in EmitPcRelativeLinkerPatches()
8967 DCHECK(info.movt_label.IsBound()); in EmitPcRelativeLinkerPatches()
9264 DCHECK(literal->IsBound()); in PatchJitRootUse()
Dcode_generator_mips.cc1596 DCHECK(info.label.IsBound()); in EmitPcRelativeLinkerPatches()
1601 uint32_t pc_rel_offset = info_high.pc_rel_label.IsBound() in EmitPcRelativeLinkerPatches()
Dcode_generator_mips64.cc1527 DCHECK(info.label.IsBound()); in EmitPcRelativeLinkerPatches()
/art/compiler/utils/x86/
Dassembler_x86.h251 using Label::IsBound;
/art/compiler/utils/x86_64/
Dassembler_x86_64.h340 using Label::IsBound;
/art/compiler/utils/mips/
Dassembler_mips.h160 CHECK(IsBound()); in AdjustBoundPosition()