Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-label.h86 explicit BytecodeLabels(Zone* zone) : labels_(zone), is_bound_(false) {} in BytecodeLabels()
96 is_bound_, in is_bound()
100 return is_bound_; in is_bound()
107 bool is_bound_; member in v8::internal::interpreter::BytecodeLabels
H A Dbytecode-label.cc21 DCHECK(!is_bound_); in Bind()
22 is_bound_ = true; in Bind()
/third_party/vixl/src/
H A Dpool-manager.h115 is_bound_(false), in LocationBase()
127 is_bound_(false), in LocationBase()
140 is_bound_(true), in LocationBase()
195 bool IsBound() const { return is_bound_; } in IsBound()
205 VIXL_ASSERT(!is_bound_); in SetLocation()
213 VIXL_ASSERT(!is_bound_); in MarkBound()
215 is_bound_ = true; in MarkBound()
239 bool is_bound_; member in vixl::LocationBase
/third_party/node/deps/v8/src/compiler/
H A Dgraph-assembler.h175 is_bound_ = true; in SetBound()
177 bool IsBound() const { return is_bound_; } in IsBound()
183 bool is_bound_ = false; member in v8::internal::compiler::GraphAssemblerLabel

Completed in 7 milliseconds