Searched refs:bound_ (Results 1 – 14 of 14) sorted by relevance
/external/v8/src/interpreter/ |
D | bytecode-label.h | 24 BytecodeLabel() : bound_(false), offset_(kInvalidOffset) {} in BytecodeLabel() 26 bool is_bound() const { return bound_; } in is_bound() 33 DCHECK(!bound_ && offset != kInvalidOffset); in bind_to() 35 bound_ = true; in bind_to() 39 DCHECK(!bound_ && offset != kInvalidOffset && offset_ == kInvalidOffset); in set_referrer() 52 bool bound_; variable
|
D | bytecode-jump-table.h | 29 bound_(size, zone), in BytecodeJumpTable() 45 return bound_.Contains(case_value - case_value_base_); in is_bound() 62 bound_.Add(case_value - case_value_base_); in mark_bound() 74 BitVector bound_; variable
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | text_handler.cpp | 162 bound_ = std::max(bound_, id + 1); in spvNamedIdAssignOrGet() 178 bound_ = std::max(bound_, id + 1); in spvNamedIdAssignOrGet() 185 uint32_t AssemblyContext::getBound() const { return bound_; } in getBound()
|
D | text_handler.h | 128 bound_(1), 257 uint32_t bound_; variable
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | text_handler.cpp | 162 bound_ = std::max(bound_, id + 1); in spvNamedIdAssignOrGet() 178 bound_ = std::max(bound_, id + 1); in spvNamedIdAssignOrGet() 185 uint32_t AssemblyContext::getBound() const { return bound_; } in getBound()
|
D | text_handler.h | 128 bound_(1), 257 uint32_t bound_; variable
|
/external/libchrome/base/ |
D | run_loop.cc | 47 if (bound_) in ~Delegate() 58 DCHECK(!delegate->bound_); in RegisterDelegateForCurrentThread() 67 delegate->bound_ = true; in RegisterDelegateForCurrentThread()
|
D | run_loop.h | 205 bool bound_ = false; variable
|
/external/v8/src/compiler/ |
D | raw-machine-assembler.cc | 457 DCHECK(!label->bound_); in Bind() 458 label->bound_ = true; in Bind() 528 if (bound_ == used_) return; in ~RawMachineLabel() 530 if (bound_) { in ~RawMachineLabel()
|
D | code-assembler.cc | 1579 : bound_(false), in CodeAssemblerLabel() 1617 if (bound_) { in MergeVariables() 1638 if (bound_) { in MergeVariables() 1654 if (bound_) { in Bind() 1667 DCHECK(!bound_); in Bind() 1735 bound_ = true; in UpdateVariablesAfterBind()
|
D | code-assembler.h | 1358 inline bool is_bound() const { return bound_; } 1371 bool bound_;
|
D | raw-machine-assembler.h | 961 bool bound_ = false; variable
|
/external/webrtc/webrtc/base/ |
D | virtualsocketserver.cc | 110 bound_(false), in VirtualSocket() 154 bound_ = true; in Bind() 168 if (!local_addr_.IsNil() && bound_) { in Close() 171 bound_ = false; in Close()
|
D | virtualsocketserver.h | 341 bool bound_; variable
|