Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dstreaming-decoder.cc375 : max_value_(max_value), field_name_(field_name) {} in DecodeVarInt32()
394 const size_t max_value_; member in v8::internal::wasm::AsyncStreamingDecoder::DecodeVarInt32
568 if (value_ > max_value_) { in Next()
571 << " exceeds the maximum allowed value of " << max_value_; in Next() local
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector-impl.h37 max_value_(max_value), in SwitchInfo()
58 int32_t max_value() const { return max_value_; } in max_value()
66 int32_t max_value_; // maximum value of {cases_} member in v8::internal::compiler::SwitchInfo

Completed in 3 milliseconds