Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-label.h24 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
Dbytecode-jump-table.h29 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/
Dtext_handler.cpp162 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()
Dtext_handler.h128 bound_(1),
257 uint32_t bound_; variable
/external/swiftshader/third_party/SPIRV-Tools/source/
Dtext_handler.cpp162 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()
Dtext_handler.h128 bound_(1),
257 uint32_t bound_; variable
/external/libchrome/base/
Drun_loop.cc47 if (bound_) in ~Delegate()
58 DCHECK(!delegate->bound_); in RegisterDelegateForCurrentThread()
67 delegate->bound_ = true; in RegisterDelegateForCurrentThread()
Drun_loop.h205 bool bound_ = false; variable
/external/v8/src/compiler/
Draw-machine-assembler.cc457 DCHECK(!label->bound_); in Bind()
458 label->bound_ = true; in Bind()
528 if (bound_ == used_) return; in ~RawMachineLabel()
530 if (bound_) { in ~RawMachineLabel()
Dcode-assembler.cc1579 : 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()
Dcode-assembler.h1358 inline bool is_bound() const { return bound_; }
1371 bool bound_;
Draw-machine-assembler.h961 bool bound_ = false; 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