Home
last modified time | relevance | path

Searched refs:EstimateNativeModuleSize (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/wasm/
Dwasm-code-manager.h457 static size_t EstimateNativeModuleSize(const WasmModule* module);
Dwasm-objects.cc189 isolate->wasm_engine()->code_manager()->EstimateNativeModuleSize( in New()
219 isolate->wasm_engine()->code_manager()->EstimateNativeModuleSize( in New()
Dwasm-code-manager.cc851 size_t WasmCodeManager::EstimateNativeModuleSize(const WasmModule* module) { in EstimateNativeModuleSize() function in v8::internal::wasm::WasmCodeManager