Home
last modified time | relevance | path

Searched refs:EstimateNativeModuleCodeSize (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-code-manager.h1034 static size_t EstimateNativeModuleCodeSize(const WasmModule* module,
1039 static size_t EstimateNativeModuleCodeSize(int num_functions,
Dwasm-code-manager.cc2070 size_t WasmCodeManager::EstimateNativeModuleCodeSize( in EstimateNativeModuleCodeSize() function in v8::internal::wasm::WasmCodeManager
2083 return EstimateNativeModuleCodeSize(num_functions, num_imported_functions, in EstimateNativeModuleCodeSize()
2089 size_t WasmCodeManager::EstimateNativeModuleCodeSize( in EstimateNativeModuleCodeSize() function in v8::internal::wasm::WasmCodeManager
Dmodule-compiler.cc1937 wasm::WasmCodeManager::EstimateNativeModuleCodeSize( in CompileToNativeModule()
2546 wasm::WasmCodeManager::EstimateNativeModuleCodeSize( in RunInBackground()
2846 wasm::WasmCodeManager::EstimateNativeModuleCodeSize( in ProcessCodeSectionHeader()
2950 wasm::WasmCodeManager::EstimateNativeModuleCodeSize( in OnFinishedStream()
Dwasm-serialization.cc876 wasm::WasmCodeManager::EstimateNativeModuleCodeSize( in DeserializeNativeModule()
Dwasm-objects.cc2242 wasm::WasmCodeManager::EstimateNativeModuleCodeSize( in New()