Searched refs:bound_ (Results 1 – 5 of 5) sorted by relevance
349 BytecodeLabel() : bound_(false), offset_(kInvalidOffset) {} in BytecodeLabel()351 bool is_bound() const { return bound_; } in is_bound()358 DCHECK(!bound_ && offset != kInvalidOffset); in bind_to()360 bound_ = true; in bind_to()364 DCHECK(!bound_ && offset != kInvalidOffset && offset_ == kInvalidOffset); in set_referrer()377 bool bound_; variable
334 DCHECK(!label->bound_); in Bind()335 label->bound_ = true; in Bind()377 : block_(nullptr), used_(false), bound_(false) {} in RawMachineLabel()380 RawMachineLabel::~RawMachineLabel() { DCHECK(bound_ || !used_); } in ~RawMachineLabel()
684 bool bound_; variable
110 bound_(false), in VirtualSocket()154 bound_ = true; in Bind()168 if (!local_addr_.IsNil() && bound_) { in Close()171 bound_ = false; in Close()
341 bool bound_; variable