Home
last modified time | relevance | path

Searched refs:kMinIndex (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
Dgc-info-table.h44 static constexpr GCInfoIndex kMinIndex = 1; variable
60 DCHECK_GE(index, kMinIndex); in GCInfoFromIndex()
87 GCInfoIndex current_index_ = kMinIndex;
Dgc-info-table.cc48 constexpr GCInfoIndex GCInfoTable::kMinIndex; member in cppgc::internal::GCInfoTable
/third_party/node/deps/v8/src/compiler/
Dcommon-operator.h144 static constexpr int kMinIndex = Linkage::kJSCallClosureParamIndex;
148 DCHECK_LE(kMinIndex, index); in ParameterInfo()
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()