Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-code-manager.h829 static size_t EstimateNativeModuleCodeSize(const WasmModule* module,
833 static size_t EstimateNativeModuleCodeSize(int num_functions,
Dwasm-code-manager.cc1742 size_t WasmCodeManager::EstimateNativeModuleCodeSize(const WasmModule* module, in EstimateNativeModuleCodeSize() function in v8::internal::wasm::WasmCodeManager
1754 return EstimateNativeModuleCodeSize(num_functions, num_imported_functions, in EstimateNativeModuleCodeSize()
1759 size_t WasmCodeManager::EstimateNativeModuleCodeSize(int num_functions, in EstimateNativeModuleCodeSize() function in v8::internal::wasm::WasmCodeManager
Dwasm-serialization.cc633 wasm::WasmCodeManager::EstimateNativeModuleCodeSize(module.get(), in DeserializeNativeModule()
Dmodule-compiler.cc1636 wasm::WasmCodeManager::EstimateNativeModuleCodeSize(module.get(), in CompileToNativeModule()
2209 wasm::WasmCodeManager::EstimateNativeModuleCodeSize(module.get(), in RunInBackground()
2505 wasm::WasmCodeManager::EstimateNativeModuleCodeSize( in ProcessCodeSectionHeader()
2627 wasm::WasmCodeManager::EstimateNativeModuleCodeSize( in OnFinishedStream()
Dwasm-objects.cc2104 wasm::WasmCodeManager::EstimateNativeModuleCodeSize(module, in New()