Home
last modified time | relevance | path

Searched refs:is_bound_ (Results 1 – 4 of 4) sorted by relevance

/external/vixl/src/
Dpool-manager.h117 is_bound_(false), in LocationBase()
129 is_bound_(false), in LocationBase()
142 is_bound_(true), in LocationBase()
197 bool IsBound() const { return is_bound_; } in IsBound()
206 VIXL_ASSERT(!is_bound_); in SetLocation()
212 VIXL_ASSERT(!is_bound_); in MarkBound()
213 is_bound_ = true; in MarkBound()
237 bool is_bound_; variable
/external/libbrillo/brillo/
Dprocess.cc80 info.is_bound_ = false; in RedirectUsingPipe()
86 info.is_bound_ = true; in BindFd()
146 if (i->second.is_bound_) { in PopulatePipeMap()
320 if (!i.second.is_bound_) { in Start()
Dprocess.h205 bool is_bound_; member
/external/v8/src/compiler/
Dgraph-assembler.h127 is_bound_ = true; in SetBound()
129 bool IsBound() const { return is_bound_; } in IsBound()
135 bool is_bound_ = false; variable