Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-label.h18 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
/external/webrtc/webrtc/base/
Dvirtualsocketserver.cc110 bound_(false), in VirtualSocket()
154 bound_ = true; in Bind()
168 if (!local_addr_.IsNil() && bound_) { in Close()
171 bound_ = false; in Close()
Dvirtualsocketserver.h341 bool bound_; variable
/external/v8/src/compiler/
Draw-machine-assembler.cc443 DCHECK(!label->bound_); in Bind()
444 label->bound_ = true; in Bind()
499 RawMachineLabel::~RawMachineLabel() { DCHECK(bound_ || !used_); } in ~RawMachineLabel()
Dcode-assembler.cc743 : 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()
Dcode-assembler.h422 bool bound_; variable
Draw-machine-assembler.h784 bool bound_ = false; variable