Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-module.h156 struct WasmImport { struct
205 std::vector<WasmImport> import_table; // import table.
Dmodule-decoder.cc279 WasmImport* import = &module->import_table.back(); in DecodeModule()
Dwasm-module.cc1395 WasmImport& import = module_->import_table[index]; in ProcessImports()