Home
last modified time | relevance | path

Searched refs:Event (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
H A Druntime_notification.h117 enum Event : uint32_t {
148 AddListenerIfMatches(listener, eventMask, &bytecodePcListeners_, Event::BYTECODE_PC_CHANGED, in AddListener()
151 AddListenerIfMatches(listener, eventMask, &loadModuleListeners_, Event::LOAD_MODULE, &hasLoadModuleListeners_); in AddListener()
153 AddListenerIfMatches(listener, eventMask, &threadEventsListeners_, Event::THREAD_EVENTS, in AddListener()
156 AddListenerIfMatches(listener, eventMask, &exceptionListeners_, Event::EXCEPTION_EVENTS, in AddListener()
159 AddListenerIfMatches(listener, eventMask, &vmEventsListeners_, Event::VM_EVENTS, &hasVmEventsListeners_); in AddListener()
161 AddListenerIfMatches(listener, eventMask, &methodListeners_, Event::METHOD_EVENTS, &hasMethodListeners_); in AddListener()
163 AddListenerIfMatches(listener, eventMask, &classListeners_, Event::CLASS_EVENTS, &hasClassListeners_); in AddListener()
165 AddListenerIfMatches(listener, eventMask, &monitorListeners_, Event::MONITOR_EVENTS, &hasMonitorListeners_); in AddListener()
167 AddListenerIfMatches(listener, eventMask, &allocationListeners_, Event in AddListener()
[all...]
/arkcompiler/runtime_core/static_core/runtime/tooling/
H A Ddebugger.h454 RuntimeNotificationManager::Event::LOAD_MODULE | RuntimeNotificationManager::Event::THREAD_EVENTS |
455 RuntimeNotificationManager::Event::BYTECODE_PC_CHANGED | RuntimeNotificationManager::Event::EXCEPTION_EVENTS |
456 RuntimeNotificationManager::Event::VM_EVENTS | RuntimeNotificationManager::Event::GARBAGE_COLLECTOR_EVENTS |
457 RuntimeNotificationManager::Event::METHOD_EVENTS | RuntimeNotificationManager::Event::CLASS_EVENTS |
458 RuntimeNotificationManager::Event::MONITOR_EVENTS | RuntimeNotificationManager::Event
[all...]
H A Dmemory_allocation_dumper.h99 static constexpr uint32_t DUMP_EVENT_MASK = RuntimeNotificationManager::Event::GARBAGE_COLLECTOR_EVENTS |
100 RuntimeNotificationManager::Event::ALLOCATION_EVENTS;
/arkcompiler/runtime_core/libpandabase/events/
H A Devents.rb51 class Event class
77 @events = data.events.map { |op| Event.new(op) }
/arkcompiler/runtime_core/static_core/libpandabase/events/
H A Devents.rb55 class Event class
81 @events = data.events.map { |op| Event.new(op) }
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
H A Druntime.py79 MessageMarker = Union[trio.Event]
103 elif isinstance(data, trio.Event):
189 self._sync_event = trio.Event()
196 def sync(self) -> trio.Event:
197 e = trio.Event()
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dinterpreter_test_switch.cpp63 struct Event { struct in ark::interpreter::test::SwitchToDebugListener
80 std::vector<Event> events_ {};
/arkcompiler/toolchain/tooling/test/utils/
H A Dtest_hooks.h104 TestUtil::Event(DebugEvent::VM_DEATH);
112 TestUtil::Event(DebugEvent::VM_START);
H A Dtest_util.h114 static void Event(DebugEvent event, JSPtLocation location = JSPtLocation(nullptr, EntityId(0), 0)) in Event() function
173 Event(reason, location); in SuspendUntilContinue()
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
H A Dsampling_profiler.cpp97 RuntimeNotificationManager::Event::THREAD_EVENTS); in Create()
99 RuntimeNotificationManager::Event::LOAD_MODULE); in Create()
124 RuntimeNotificationManager::Event::THREAD_EVENTS); in Destroy()
126 RuntimeNotificationManager::Event::LOAD_MODULE); in Destroy()
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
H A Dtest_runner.h156 TestUtil::Event(DebugEvent::VM_DEATH);
164 TestUtil::Event(DebugEvent::VM_INITIALIZATION);
H A Dtest_util.h95 static void Event(DebugEvent event, PtThread thread = PtThread::NONE, in Event() function
152 Event(reason, thread, location); in SuspendUntilContinue()
/arkcompiler/runtime_core/static_core/templates/
H A Dcommon.rb136 class Event < SimpleDelegator class
138 'Event' + name.split('-').map(&:capitalize).join
209 Event.new(op)
/arkcompiler/runtime_core/templates/
H A Dcommon.rb136 class Event < SimpleDelegator class
138 'Event' + name.split('-').map(&:capitalize).join
209 Event.new(op)
/arkcompiler/runtime_core/static_core/runtime/dprofiler/
H A Ddprofiler.cpp71 runtime_->GetNotificationManager()->AddListener(listener_.get(), RuntimeNotificationManager::Event::VM_EVENTS); in DProfiler()
/arkcompiler/runtime_core/static_core/runtime/methodtrace/
H A Dtrace.cpp122 RuntimeNotificationManager::Event::METHOD_EVENTS); in StartTracing()
133 singletonTrace_, RuntimeNotificationManager::Event::METHOD_EVENTS); in StopTracing()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js4895 var e = new Event("load");
5178 const s = t("./Event");
5232 "./Event": 10
5307 null === this._passiveListener ? this.cancelable && (this._canceled = !0) : console.warn("Event#preventDefault() was called from a passive listener:", this._passiveListener);
5475 var e = new Event("load");
5506 const n = t("./Event");
5546 "./Event": 10,
5662 const n = t("./Event");
5712 "./Event": 10,
5768 const n = t("./Event");
[all...]

Completed in 16 milliseconds