Searched defs:IsBound (Results 1 – 5 of 5) sorted by relevance
196 bool IsBound() const { return is_bound_; } in IsBound() function
90 bool IsBound() const { return position_ < 0; } in IsBound() function
177 bool IsBound() const { return is_bound_; } in IsBound() function
1468 bool CodeAssemblerVariable::IsBound() const { return impl_->value_ != nullptr; } in IsBound() function in v8::internal::compiler::CodeAssemblerVariable
61 bool IsBound() const { return location_ >= 0; } in IsBound() function