Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-module.h143 uint32_t num_exported_functions = 0; member
Dwasm-objects.cc212 static_cast<int>(native_module->module()->num_exported_functions); in New()
Dmodule-decoder.cc627 module_->num_exported_functions++; in DecodeExportSection()
Dmodule-compiler.cc1825 if (module_->num_exported_functions > 0) return true; in NeedsWrappers()