Home
last modified time | relevance | path

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

/external/vixl/src/vixl/a64/
Dmacro-assembler-a64.cc164 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 …]
Dassembler-a64.h766 VIXL_ASSERT(!IsLinked() || IsBound()); in ~Label()
769 bool IsBound() const { return location_ >= 0; } in IsBound() function
803 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()
Dassembler-a64.cc554 if (label->IsBound()) { in LinkAndGetOffsetTo()
/external/v8/src/compiler/
Dcode-assembler.h186 bool IsBound() const;
Dcode-assembler.cc736 bool CodeAssembler::Variable::IsBound() const { in IsBound() function in v8::internal::compiler::CodeAssembler::Variable
/external/v8/src/interpreter/
Dinterpreter-assembler.cc55 if (!interpreted_frame_pointer_.IsBound()) { in GetInterpretedFramePointer()