Lines Matching defs:events
580 // Add the callback to be called on compilation events. Needs to be
582 // events. The callback object must support being deleted from any thread.
679 // (outstanding_...), plus the given events.
721 // The compilation id to identify trace events linked to this compilation.
742 // themselves need to be synchronized to ensure correct order of events.
748 // Callbacks to be called on compilation events.
3266 // We have to trigger the compilation events to finish compilation.
3267 // Typically the events get triggered when a CompilationUnit finishes, but
3392 // Immediately trigger events that already happened.
3634 // Don't trigger past events again.
3785 base::EnumSet<CompilationEvent> events)
3788 events_(events) {}
3804 base::EnumSet<CompilationEvent> events{expect_event,
3808 if (finished_events_.contains_any(events)) return;
3810 semaphore, done, events));