Home | History | Annotate | Download | only in wasm

Lines Matching defs:module_

844   const WasmModule* module_;
848 : zone_(zone), module_(module), interpreter_code_(zone) {
873 if (table_index >= module_->function_tables.size()) return nullptr;
875 &module_->function_tables[table_index];