Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-code-specialization.cc116 compiled_module->module()->num_exported_functions, in ApplyToWholeInstance()
Dwasm-module.h163 uint32_t num_exported_functions = 0; // number of exported functions. member
Dmodule-decoder.cc486 module->num_exported_functions++; in DecodeModule()
Dwasm-module.cc436 module_->num_exported_functions); in CompileToModuleObject()
1718 if (module_->num_exported_functions > 0) return true; in NeedsWrappers()