Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-traits.h69 struct SumHelper;
71 struct SumHelper<value> { struct
75 struct SumHelper<value, values...> { struct
76 static const int kValue = value + SumHelper<values...>::kValue;
86 static const int kSingleScaleSize = SumHelper<
88 static const int kDoubleScaleSize = SumHelper<
90 static const int kQuadrupleScaleSize = SumHelper<

Completed in 1 milliseconds