Searched defs:IsBound (Results 1 - 4 of 4) sorted by relevance

/external/vixl/src/aarch32/
H A Dlabel-aarch32.h169 bool IsBound() const { return is_bound_; } function in class:vixl::aarch32::Label
172 VIXL_ASSERT(!IsBound());
187 VIXL_ASSERT(IsBound());
191 VIXL_ASSERT(IsBound()); // Must be bound to know its ISA.
201 VIXL_ASSERT(IsBound());
252 if (!IsBound()) {
/external/v8/src/compiler/
H A Dcode-assembler.cc1082 bool CodeAssembler::Variable::IsBound() const { function in class:v8::internal::compiler::CodeAssembler::Variable
/external/vixl/src/aarch64/
H A Dassembler-aarch64.cc84 if (label->IsBound()) { function
H A Dassembler-aarch64.h52 bool IsBound() const { return location_ >= 0; } function in class:vixl::aarch64::Label
93 VIXL_ASSERT(!IsBound());
100 VIXL_ASSERT(!IsBound());
455 VIXL_ASSERT(label->IsBound());
3049 VIXL_ASSERT(label->IsBound());

Completed in 524 milliseconds