Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Ddecoder.h319 constexpr bool is_last_byte = byte_index == kMaxLength - 1; in read_leb_tail() local
329 if (!is_last_byte && (b & 0x80)) { in read_leb_tail()
333 constexpr int next_byte_index = byte_index + (is_last_byte ? 0 : 1); in read_leb_tail()
344 if (is_last_byte) { in read_leb_tail()