Searched defs:IsBound (Results 1 – 7 of 7) sorted by relevance
58 bool DeferredBase::IsBound() const { in IsBound() function in perfetto::ipc::DeferredBase
129 bool IsBound() const { return is_bound_; } in IsBound() function
1558 bool CodeAssemblerVariable::IsBound() const { return impl_->value_ != nullptr; } in IsBound() function in v8::internal::compiler::CodeAssemblerVariable
197 bool IsBound() const { return is_bound_; } in IsBound() function
90 bool IsBound() const { return position_ < 0; } in IsBound() function
52 bool IsBound() const { return location_ >= 0; } in IsBound() function
227 TEST_P(InterfacePtrTest, IsBound) { in TEST_P() argument