Home
last modified time | relevance | path

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

/art/compiler/utils/
Dlabel.h88 return IsBound() ? -position_ - sizeof(void*) : position_ - sizeof(void*); in Position()
96 bool IsBound() const { return position_ < 0; } in IsBound() function
108 CHECK(!IsBound()); in BindTo()
110 CHECK(IsBound()); in BindTo()
114 CHECK(!IsBound()); in LinkTo()
/art/compiler/utils/arm/
Dassembler_arm_vixl.cc439 if (!is_far_target && rn.IsLow() && !label->IsBound()) { in CompareAndBranchIfZero()
454 if (!is_far_target && rn.IsLow() && !label->IsBound()) { in CompareAndBranchIfNonZero()
463 if (!label->IsBound()) { in B()
477 if (!label->IsBound() && !is_far_target) { in B()
Dassembler_thumb2.cc91 CHECK(!label->IsBound()); in BindLabel()
191 DCHECK(label->IsBound()); in AdjustFixups()
198 DCHECK(label->IsBound()); in AdjustFixups()
2584 if (!use32bit && label->IsBound() && pc - label->Position() > kMaxT2BackwardDistance) { in EmitBranch()
2592 if (!use32bit && label->IsBound() && pc - label->Position() > kMaxT1BackwardDistance) { in EmitBranch()
2600 if (label->IsBound()) { in EmitBranch()
3290 if (label->IsBound()) { in cbz()
3305 if (label->IsBound()) { in cbnz()
3581 DCHECK(!literal->GetLabel()->IsBound()); in LoadLiteral()
3596 DCHECK(!literal->GetLabel()->IsBound()); in LoadLiteral()
[all …]
Dassembler_arm.h662 DCHECK(label->IsBound()); in AdjustLabelPosition()
/art/compiler/utils/x86/
Dassembler_x86.cc2174 if (label->IsBound()) { in j()
2197 if (label->IsBound()) { in j()
2213 if (label->IsBound()) { in jecxz()
2241 if (label->IsBound()) { in jmp()
2262 if (label->IsBound()) { in jmp()
2418 CHECK(!label->IsBound()); // Labels can only be bound once. in Bind()
2431 CHECK(!label->IsBound()); // Labels can only be bound once. in Bind()
2491 if (label->IsBound()) { in EmitLabel()
2502 CHECK(!label->IsBound()); in EmitLabelLink()
2510 CHECK(!label->IsBound()); in EmitLabelLink()
Dassembler_x86.h249 using Label::IsBound;
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc2674 if (label->IsBound()) { in j()
2697 if (label->IsBound()) { in j()
2713 if (label->IsBound()) { in jrcxz()
2743 if (label->IsBound()) { in jmp()
2764 if (label->IsBound()) { in jmp()
3021 CHECK(!label->IsBound()); // Labels can only be bound once. in Bind()
3034 CHECK(!label->IsBound()); // Labels can only be bound once. in Bind()
3098 if (label->IsBound()) { in EmitLabel()
3109 CHECK(!label->IsBound()); in EmitLabelLink()
3117 CHECK(!label->IsBound()); in EmitLabelLink()
Dassembler_x86_64.h322 using Label::IsBound;
/art/compiler/utils/mips64/
Dassembler_mips64.cc2122 CHECK(!label->IsBound()); in Bind()
2153 CHECK(label->IsBound()); in GetLabelLocation()
2189 if (!label->IsBound()) { in FinalizeLabeledBranch()
2207 uint32_t target = label->IsBound() ? GetLabelLocation(label) : Branch::kUnresolved; in Buncond()
2220 uint32_t target = label->IsBound() ? GetLabelLocation(label) : Branch::kUnresolved; in Bcond()
2226 uint32_t target = label->IsBound() ? GetLabelLocation(label) : Branch::kUnresolved; in Call()
2233 DCHECK(!label->IsBound()); in LoadLabelAddress()
2273 DCHECK(!label->IsBound()); in LoadLiteral()
2281 DCHECK(!table->GetLabel()->IsBound()); in CreateJumpTable()
/art/compiler/utils/mips/
Dassembler_mips.cc2327 CHECK(!label->IsBound()); in Bind()
2361 CHECK(label->IsBound()); in GetLabelLocation()
2407 if (!label->IsBound()) { in FinalizeLabeledBranch()
2556 uint32_t target = label->IsBound() ? GetLabelLocation(label) : Branch::kUnresolved; in Buncond()
2567 uint32_t target = label->IsBound() ? GetLabelLocation(label) : Branch::kUnresolved; in Bcond()
2574 uint32_t target = label->IsBound() ? GetLabelLocation(label) : Branch::kUnresolved; in Call()
2582 DCHECK(!label->IsBound()); in LoadLabelAddress()
2597 DCHECK(!label->IsBound()); in LoadLiteral()
2605 DCHECK(!table->GetLabel()->IsBound()); in CreateJumpTable()
/art/compiler/optimizing/
Dcode_generator_arm64.h424 DCHECK(block_entry_label->IsBound()); in GetAddressOf()
Dcode_generator_arm_vixl.h457 DCHECK(block_entry_label->IsBound()); in GetAddressOf()
Dcode_generator_arm_vixl.cc2057 DCHECK(target_label->IsBound()); in FixTable()
8567 DCHECK(info.add_pc_label.IsBound()); in EmitPcRelativeLinkerPatches()
8570 DCHECK(info.movw_label.IsBound()); in EmitPcRelativeLinkerPatches()
8574 DCHECK(info.movt_label.IsBound()); in EmitPcRelativeLinkerPatches()
8595 DCHECK(literal->IsBound()); in EmitLinkerPatches()
8616 DCHECK(literal->IsBound()); in EmitLinkerPatches()
8848 DCHECK(literal->IsBound()); in PatchJitRootUse()
Dcode_generator_arm.cc8433 DCHECK(info.add_pc_label.IsBound()); in EmitPcRelativeLinkerPatches()
8436 DCHECK(info.movw_label.IsBound()); in EmitPcRelativeLinkerPatches()
8440 DCHECK(info.movt_label.IsBound()); in EmitPcRelativeLinkerPatches()
8461 DCHECK(literal->GetLabel()->IsBound()); in EmitLinkerPatches()
8482 DCHECK(literal->GetLabel()->IsBound()); in EmitLinkerPatches()
8709 DCHECK(literal->GetLabel()->IsBound()); in PatchJitRootUse()
Dcode_generator_mips64.cc1438 DCHECK(info.pc_rel_label.IsBound()); in EmitPcRelativeLinkerPatches()
1471 DCHECK(literal->GetLabel()->IsBound()); in EmitLinkerPatches()
1480 DCHECK(literal->GetLabel()->IsBound()); in EmitLinkerPatches()
Dcode_generator_mips.cc1552 DCHECK(info.high_label.IsBound()); in EmitPcRelativeLinkerPatches()
1556 uint32_t pc_rel_offset = info.pc_rel_label.IsBound() in EmitPcRelativeLinkerPatches()
1590 DCHECK(literal->GetLabel()->IsBound()); in EmitLinkerPatches()
1599 DCHECK(literal->GetLabel()->IsBound()); in EmitLinkerPatches()
Dcode_generator_arm64.cc659 DCHECK(target_label->IsBound()); in EmitTable()
Dcode_generator_x86_64.cc7030 DCHECK(l->IsBound()); in CreateJumpTable()
Dcode_generator_x86.cc7677 DCHECK(l->IsBound()); in CreateJumpTable()