Home
last modified time | relevance | path

Searched refs:ParameterInfo (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dcommon-operator.cc150 return OpParameter<ParameterInfo>(op).index(); in ParameterIndexOf()
154 const ParameterInfo& ParameterInfoOf(const Operator* const op) { in ParameterInfoOf()
156 return OpParameter<ParameterInfo>(op); in ParameterInfoOf()
160 bool operator==(ParameterInfo const& lhs, ParameterInfo const& rhs) { in operator ==()
165 bool operator!=(ParameterInfo const& lhs, ParameterInfo const& rhs) { in operator !=()
170 size_t hash_value(ParameterInfo const& p) { return p.index(); } in hash_value()
173 std::ostream& operator<<(std::ostream& os, ParameterInfo const& i) { in operator <<()
823 struct ParameterOperator final : public Operator1<ParameterInfo> {
[all...]
H A Dcommon-operator.h142 class ParameterInfo final {
146 ParameterInfo(int index, const char* debug_name) in ParameterInfo() function in v8::internal::compiler::final
159 std::ostream& operator<<(std::ostream&, ParameterInfo const&);
163 const ParameterInfo& ParameterInfoOf(const Operator* const)
H A Dbytecode-graph-builder.cc1091 DCHECK_LE(ParameterInfo::kMinIndex, parameter_index); in GetParameter()
1093 static_cast<size_t>(parameter_index - ParameterInfo::kMinIndex); in GetParameter()
4241 ParameterIndexOf(op) - ParameterInfo::kMinIndex)])); in MakeNode()
/third_party/skia/third_party/externals/tint/src/
H A Dintrinsic_table.cc742 /// ParameterInfo describes a parameter
743 struct ParameterInfo {
785 ParameterInfo const* const parameters;

Completed in 16 milliseconds