Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dmodule-compiler.cc120 void NotifyOnEvent(CompilationEvent event, ErrorThrower* thrower);
2888 NotifyOnEvent(CompilationEvent::kFailedCompilation, thrower); in OnError()
2901 NotifyOnEvent(compile_mode_ == CompileMode::kRegular in OnFinishedUnit()
2917 NotifyOnEvent(CompilationEvent::kFinishedBaselineCompilation, nullptr); in OnFinishedUnit()
3006 void CompilationState::NotifyOnEvent(CompilationEvent event, in NotifyOnEvent() function in v8::internal::wasm::CompilationState