Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dfunction-body-decoder-impl.h361 bool has_next() { return VALIDATE(decoder_->ok()) && index_ <= table_count_; } in has_next()
384 table_count_(imm.table_count) {} in BranchTableIterator()
391 uint32_t table_count_; // the count of entries, not including default. variable