Searched refs:EstimateNativeModuleSize (Results 1 – 3 of 3) sorted by relevance
457 static size_t EstimateNativeModuleSize(const WasmModule* module);
189 isolate->wasm_engine()->code_manager()->EstimateNativeModuleSize( in New()219 isolate->wasm_engine()->code_manager()->EstimateNativeModuleSize( in New()
851 size_t WasmCodeManager::EstimateNativeModuleSize(const WasmModule* module) { in EstimateNativeModuleSize() function in v8::internal::wasm::WasmCodeManager