Searched refs:SetNumberOfFunctionsToCompile (Results 1 – 1 of 1) sorted by relevance
72 void SetNumberOfFunctionsToCompile(size_t num_functions);616 compilation_state->SetNumberOfFunctionsToCompile(num_wasm_functions); in CompileInParallel()2534 compilation_state->SetNumberOfFunctionsToCompile( in RunInForeground()2700 job_->native_module_->compilation_state()->SetNumberOfFunctionsToCompile( in ProcessCodeSectionHeader()2812 void CompilationState::SetNumberOfFunctionsToCompile(size_t num_functions) { in SetNumberOfFunctionsToCompile() function in v8::internal::wasm::CompilationState