Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dmodule-compiler.cc52 enum class CompilationEvent : uint8_t { enum
77 std::function<void(CompilationEvent, ErrorThrower*)> callback);
120 void NotifyOnEvent(CompilationEvent event, ErrorThrower* thrower);
161 std::function<void(CompilationEvent, ErrorThrower*)> callback_;
2488 [job](CompilationEvent event, ErrorThrower* thrower) { in RunInForeground()
2491 case CompilationEvent::kFinishedBaselineCompilation: in RunInForeground()
2498 case CompilationEvent::kFinishedTopTierCompilation: in RunInForeground()
2508 case CompilationEvent::kFailedCompilation: { in RunInForeground()
2823 std::function<void(CompilationEvent, ErrorThrower*)> callback) { in SetCallback() argument
2888 NotifyOnEvent(CompilationEvent::kFailedCompilation, thrower); in OnError()
[all …]