Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-module.h166 struct WasmExport { struct
206 std::vector<WasmExport> export_table; // export table.
Dmodule-decoder.cc455 WasmExport* exp = &module->export_table.back(); in DecodeModule()
498 std::vector<WasmExport> sorted_exports(module->export_table); in DecodeModule()
500 auto cmp_less = [base](const WasmExport& a, const WasmExport& b) { in DecodeModule()
511 WasmExport* last = &*it++; in DecodeModule()