Searched refs:export_table (Results 1 – 5 of 5) sorted by relevance
202 int num_exports = static_cast<int>(module->export_table.size()); in GetExports()213 const WasmExport& exp = module->export_table[index]; in GetExports()335 VectorSize(module->import_table) + VectorSize(module->export_table) + in EstimateWasmModuleSize()
607 module_->export_table.reserve(export_table_count); in DecodeExportSection()612 module_->export_table.push_back({ in DecodeExportSection()617 WasmExport* exp = &module_->export_table.back(); in DecodeExportSection()664 if (ok() && origin_ != kAsmJsOrigin && module_->export_table.size() > 1) { in DecodeExportSection()665 std::vector<WasmExport> sorted_exports(module_->export_table); in DecodeExportSection()
151 std::vector<WasmExport> export_table; member
1890 for (const WasmExport& exp : module_->export_table) { in ProcessExports()3020 for (auto exp : module->export_table) { in CompileJsToWasmWrappers()
134 for (const auto Export : Module->export_table) { in getFunctionName()1507 LOG(out << " export table size: " << Module->export_table.size() in translate()1540 for (const auto Export : Module->export_table) { in translate()