Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dmodule-compiler.cc90 void ScheduleUnitForFinishing(std::unique_ptr<WasmCompilationUnit> unit,
531 compilation_state->ScheduleUnitForFinishing(std::move(unit), mode); in FetchAndExecuteCompilationUnit()
2922 void CompilationState::ScheduleUnitForFinishing( in ScheduleUnitForFinishing() function in v8::internal::wasm::CompilationState