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

/external/perfetto/src/ipc/
H A Ddeferred.cc58 bool DeferredBase::IsBound() const { function in class:perfetto::ipc::DeferredBase
/external/vixl/src/
H A Dpool-manager.h198 bool IsBound() const { return is_bound_; } function in class:vixl::LocationBase
/external/v8/src/compiler/
H A Dgraph-assembler.h105 ~GraphAssemblerStaticLabel() { DCHECK(IsBound() || MergedCount() == 0); }
111 DCHECK(!IsBound());
115 bool IsBound() const { return is_bound_; } function in class:v8::internal::compiler::GraphAssemblerStaticLabel
173 bool IsBound() const { return is_bound_; } function in class:v8::internal::compiler::GraphAssemblerLabel
334 DCHECK(IsBound());
340 DCHECK(!label->IsBound());
H A Dcode-assembler.cc741 bool CodeAssemblerVariable::IsBound() const { return impl_->value_ != nullptr; } function in class:v8::internal::compiler::CodeAssemblerVariable
/external/swiftshader/third_party/subzero/src/DartARM32/
H A Dassembler_arm.h87 return IsBound() ? -position_ - kWordSize : position_ - kWordSize;
90 bool IsBound() const { return position_ < 0; } function in class:dart::Label
102 ASSERT(!IsBound());
104 ASSERT(IsBound());
108 ASSERT(!IsBound());
/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
94 VIXL_ASSERT(!IsBound());
101 VIXL_ASSERT(!IsBound());
456 VIXL_ASSERT(label->IsBound());
3050 VIXL_ASSERT(label->IsBound());

Completed in 308 milliseconds