Searched refs:bound_ (Results 1 – 7 of 7) sorted by relevance
18 BytecodeLabel() : bound_(false), offset_(kInvalidOffset) {} in BytecodeLabel()20 bool is_bound() const { return bound_; } in is_bound()27 DCHECK(!bound_ && offset != kInvalidOffset); in bind_to()29 bound_ = true; in bind_to()33 DCHECK(!bound_ && offset != kInvalidOffset && offset_ == kInvalidOffset); in set_referrer()46 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
443 DCHECK(!label->bound_); in Bind()444 label->bound_ = true; in Bind()499 RawMachineLabel::~RawMachineLabel() { DCHECK(bound_ || !used_); } in ~RawMachineLabel()
743 : bound_(false), merge_count_(0), assembler_(assembler), label_(nullptr) { in Label()776 if (bound_) { in MergeVariables()800 DCHECK(!bound_); in Bind()852 bound_ = true; in Bind()
422 bool bound_; variable
784 bool bound_ = false; variable