Searched refs:IsBound (Results 1 – 19 of 19) sorted by relevance
88 return IsBound() ? -position_ - sizeof(void*) : position_ - sizeof(void*); in Position()96 bool IsBound() const { return position_ < 0; } in IsBound() function108 CHECK(!IsBound()); in BindTo()110 CHECK(IsBound()); in BindTo()114 CHECK(!IsBound()); in LinkTo()
439 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()
91 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 …]
662 DCHECK(label->IsBound()); in AdjustLabelPosition()
2174 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()
249 using Label::IsBound;
2674 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()
322 using Label::IsBound;
2122 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()
2327 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()
424 DCHECK(block_entry_label->IsBound()); in GetAddressOf()
457 DCHECK(block_entry_label->IsBound()); in GetAddressOf()
2057 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()
8433 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()
1438 DCHECK(info.pc_rel_label.IsBound()); in EmitPcRelativeLinkerPatches()1471 DCHECK(literal->GetLabel()->IsBound()); in EmitLinkerPatches()1480 DCHECK(literal->GetLabel()->IsBound()); in EmitLinkerPatches()
1552 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()
659 DCHECK(target_label->IsBound()); in EmitTable()
7030 DCHECK(l->IsBound()); in CreateJumpTable()
7677 DCHECK(l->IsBound()); in CreateJumpTable()