Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-builder.h349 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
/external/v8/src/compiler/
Draw-machine-assembler.cc334 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()
Draw-machine-assembler.h684 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