Home
last modified time | relevance | path

Searched defs:num_imported_functions (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Djump-table-assembler.h115 uint32_t num_imported_functions, in GenerateLazyCompileTable()
Dwasm-code-manager.h757 uint32_t num_imported_functions() const { in num_imported_functions() function
Dmodule-instantiate.cc652 int num_imported_functions = ProcessImports(instance); in Build() local
1635 int num_imported_functions = 0; in ProcessImports() local
Dwasm-objects.cc56 size_t num_imported_functions, in WasmInstanceNativeAllocations()
1187 auto num_imported_functions = module->num_imported_functions; in New() local
1948 int num_imported_functions = instance->module()->num_imported_functions; in New() local
Dwasm-code-manager.cc2074 int num_imported_functions = static_cast<int>(module->num_imported_functions); in EstimateNativeModuleCodeSize() local
2090 int num_functions, int num_imported_functions, int code_section_length, in EstimateNativeModuleCodeSize()
Dmodule-compiler.cc1643 int num_imported_functions = native_module->num_imported_functions(); in AddImportWrapperUnits() local
2841 int num_imported_functions = in ProcessCodeSectionHeader() local
3695 int num_imported_functions = native_module_->num_imported_functions(); in PublishCompilationResults() local
Dwasm-module.h430 uint32_t num_imported_functions = 0; member