Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.cc574 static constexpr int kMinParameterIndex = -1; in Param() local
575 DCHECK_GE(index, kMinParameterIndex); in Param()
576 int array_index = index - kMinParameterIndex; in Param()

Completed in 13 milliseconds