Searched refs:EstimateNativeModuleCodeSize (Results 1 – 5 of 5) sorted by relevance
| /external/v8/src/wasm/ |
| D | wasm-code-manager.h | 829 static size_t EstimateNativeModuleCodeSize(const WasmModule* module, 833 static size_t EstimateNativeModuleCodeSize(int num_functions,
|
| D | wasm-code-manager.cc | 1742 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
|
| D | wasm-serialization.cc | 633 wasm::WasmCodeManager::EstimateNativeModuleCodeSize(module.get(), in DeserializeNativeModule()
|
| D | module-compiler.cc | 1636 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()
|
| D | wasm-objects.cc | 2104 wasm::WasmCodeManager::EstimateNativeModuleCodeSize(module, in New()
|