Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dmodule-decoder.cc633 exp->index = consume_table_index(module_.get(), &table); in DecodeExportSection()
1107 uint32_t consume_table_index(WasmModule* module, WasmTable** table) { in consume_table_index() function in v8::internal::wasm::ModuleDecoderImpl