Searched refs:bound_ (Results 1 - 12 of 12) sorted by relevance
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-label.h | 50 BytecodeLabel() : bound_(false), jump_offset_(kInvalidOffset) {} in BytecodeLabel() 52 bool is_bound() const { return bound_; } in is_bound() 64 DCHECK(!bound_); in bind() 65 bound_ = true; in bind() 69 DCHECK(!bound_); in set_referrer() 76 bool bound_; member in v8::internal::interpreter::final
|
H A 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_; member in v8::internal::interpreter::final
|
/third_party/spirv-tools/source/ |
H A D | text_handler.cpp | 165 bound_ = std::max(bound_, id + 1); in spvNamedIdAssignOrGet() 181 bound_ = std::max(bound_, id + 1); in spvNamedIdAssignOrGet() 188 uint32_t AssemblyContext::getBound() const { return bound_; } in getBound()
|
H A D | text_handler.h | 128 bound_(1), 257 uint32_t bound_; member in spvtools::AssemblyContext
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | text_handler.cpp | 163 bound_ = std::max(bound_, id + 1); in spvNamedIdAssignOrGet() 179 bound_ = std::max(bound_, id + 1); in spvNamedIdAssignOrGet() 186 uint32_t AssemblyContext::getBound() const { return bound_; } in getBound()
|
H A D | text_handler.h | 128 bound_(1), 257 uint32_t bound_; member in spvtools::AssemblyContext
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | text_handler.cpp | 163 bound_ = std::max(bound_, id + 1); in spvNamedIdAssignOrGet() 179 bound_ = std::max(bound_, id + 1); in spvNamedIdAssignOrGet() 186 uint32_t AssemblyContext::getBound() const { return bound_; } in getBound()
|
H A D | text_handler.h | 128 bound_(1), 257 uint32_t bound_; member in spvtools::AssemblyContext
|
/third_party/node/deps/v8/src/compiler/ |
H A D | raw-machine-assembler.cc | 803 DCHECK(!label->bound_); in Bind() 804 label->bound_ = true; in Bind() 873 if (bound_ == used_) return; in ~RawMachineLabel() 875 if (bound_) { in ~RawMachineLabel()
|
H A D | code-assembler.cc | 1489 : bound_(false), in CodeAssemblerLabel() 1527 if (bound_) { in MergeVariables() 1548 if (bound_) { in MergeVariables() 1564 if (bound_) { in Bind() 1581 DCHECK(!bound_); in Bind() 1649 bound_ = true; in UpdateVariablesAfterBind()
|
H A D | code-assembler.h | 1509 inline bool is_bound() const { return bound_; } in is_bound() 1522 bool bound_; member in v8::internal::compiler::CodeAssemblerLabel
|
H A D | raw-machine-assembler.h | 1141 bool bound_ = false; member in v8::internal::compiler::final
|
Completed in 16 milliseconds