Home
last modified time | relevance | path

Searched refs:bound_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Draw-machine-assembler.cc128 DCHECK(!label->bound_); in Bind()
129 label->bound_ = true; in Bind()
Draw-machine-assembler.h30 Label() : block_(NULL), used_(false), bound_(false) {} in Label()
31 ~Label() { DCHECK(bound_ || !used_); } in ~Label()
38 : block_(block), used_(false), bound_(false) {} in Label()
42 bool bound_; variable