Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dmodule-compiler.cc616 void WaitForCompilationEvent(CompilationEvent event);
681 void TriggerCallbacks(base::EnumSet<CompilationEvent> additional_events = {});
752 base::EnumSet<CompilationEvent> finished_events_;
847 CompilationEvent::kFinishedTopTierCompilation); in WaitForTopTierFinished()
1736 void call(CompilationEvent compilation_event) override {
1742 if (compilation_event == CompilationEvent::kFinishedBaselineCompilation) {
1767 if (compilation_event == CompilationEvent::kFinishedTopTierCompilation) {
1779 if (compilation_event == CompilationEvent::kFailedCompilation) {
1842 CompilationEvent::kFinishedExportWrappers); in CompileNativeModule()
1856 CompilationEvent in CompileNativeModule()
[all...]
H A Dcompilation-environment.h114 enum class CompilationEvent : uint8_t { class
127 virtual void call(CompilationEvent event) = 0;
H A Dstreaming-decoder.cc334 void call(CompilationEvent event) override {
335 if (event != CompilationEvent::kFinishedCompilationChunk &&
336 event != CompilationEvent::kFinishedTopTierCompilation) {

Completed in 7 milliseconds