Searched refs:IsBound (Results 1 – 6 of 6) sorted by relevance
164 VIXL_ASSERT(!label->IsBound()); in RegisterUnresolvedBranch()518 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) { in B()524 if (!label->IsBound()) { in B()539 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) { in Cbnz()545 if (!label->IsBound()) { in Cbnz()560 if (label->IsBound() && LabelIsOutOfRange(label, CondBranchType)) { in Cbz()566 if (!label->IsBound()) { in Cbz()581 if (label->IsBound() && LabelIsOutOfRange(label, TestBranchType)) { in Tbnz()587 if (!label->IsBound()) { in Tbnz()602 if (label->IsBound() && LabelIsOutOfRange(label, TestBranchType)) { in Tbz()[all …]
766 VIXL_ASSERT(!IsLinked() || IsBound()); in ~Label()769 bool IsBound() const { return location_ >= 0; } in IsBound() function803 VIXL_ASSERT(!IsBound()); in Bind()810 VIXL_ASSERT(!IsBound()); in AddLink()1156 VIXL_ASSERT(label->IsBound()); in GetLabelAddress()4213 VIXL_ASSERT(label->IsBound()); in SizeOfCodeGeneratedSince()
554 if (label->IsBound()) { in LinkAndGetOffsetTo()
186 bool IsBound() const;
736 bool CodeAssembler::Variable::IsBound() const { in IsBound() function in v8::internal::compiler::CodeAssembler::Variable
55 if (!interpreted_frame_pointer_.IsBound()) { in GetInterpretedFramePointer()