Home
last modified time | relevance | path

Searched refs:bound_ (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-label.h50 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 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_; member in v8::internal::interpreter::final
/third_party/spirv-tools/source/
H A Dtext_handler.cpp165 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 Dtext_handler.h128 bound_(1),
257 uint32_t bound_; member in spvtools::AssemblyContext
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dtext_handler.cpp163 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 Dtext_handler.h128 bound_(1),
257 uint32_t bound_; member in spvtools::AssemblyContext
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dtext_handler.cpp163 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 Dtext_handler.h128 bound_(1),
257 uint32_t bound_; member in spvtools::AssemblyContext
/third_party/node/deps/v8/src/compiler/
H A Draw-machine-assembler.cc803 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 Dcode-assembler.cc1489 : 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 Dcode-assembler.h1509 inline bool is_bound() const { return bound_; } in is_bound()
1522 bool bound_; member in v8::internal::compiler::CodeAssemblerLabel
H A Draw-machine-assembler.h1141 bool bound_ = false; member in v8::internal::compiler::final

Completed in 16 milliseconds