Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-module.h200 uint32_t num_exported_functions = 0; // number of exported functions. member
Dwasm-module.cc753 static_cast<int>(functions.size() + num_exported_functions); in CompileFunctions()
1585 bool needs_wrappers = module_->num_exported_functions > 0; in ProcessExports()
Dmodule-decoder.cc464 module->num_exported_functions++; in DecodeModule()