/arkcompiler/runtime_core/static_core/runtime/include/ |
H A D | runtime_notification.h | 117 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 D | debugger.h | 454 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 D | memory_allocation_dumper.h | 99 static constexpr uint32_t DUMP_EVENT_MASK = RuntimeNotificationManager::Event::GARBAGE_COLLECTOR_EVENTS | 100 RuntimeNotificationManager::Event::ALLOCATION_EVENTS;
|
/arkcompiler/runtime_core/libpandabase/events/ |
H A D | events.rb | 51 class Event class 77 @events = data.events.map { |op| Event.new(op) }
|
/arkcompiler/runtime_core/static_core/libpandabase/events/ |
H A D | events.rb | 55 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 D | runtime.py | 79 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 D | interpreter_test_switch.cpp | 63 struct Event { struct in ark::interpreter::test::SwitchToDebugListener 80 std::vector<Event> events_ {};
|
/arkcompiler/toolchain/tooling/test/utils/ |
H A D | test_hooks.h | 104 TestUtil::Event(DebugEvent::VM_DEATH); 112 TestUtil::Event(DebugEvent::VM_START);
|
H A D | test_util.h | 114 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 D | sampling_profiler.cpp | 97 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 D | test_runner.h | 156 TestUtil::Event(DebugEvent::VM_DEATH); 164 TestUtil::Event(DebugEvent::VM_INITIALIZATION);
|
H A D | test_util.h | 95 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 D | common.rb | 136 class Event < SimpleDelegator class 138 'Event' + name.split('-').map(&:capitalize).join 209 Event.new(op)
|
/arkcompiler/runtime_core/templates/ |
H A D | common.rb | 136 class Event < SimpleDelegator class 138 'Event' + name.split('-').map(&:capitalize).join 209 Event.new(op)
|
/arkcompiler/runtime_core/static_core/runtime/dprofiler/ |
H A D | dprofiler.cpp | 71 runtime_->GetNotificationManager()->AddListener(listener_.get(), RuntimeNotificationManager::Event::VM_EVENTS); in DProfiler()
|
/arkcompiler/runtime_core/static_core/runtime/methodtrace/ |
H A D | trace.cpp | 122 RuntimeNotificationManager::Event::METHOD_EVENTS); in StartTracing() 133 singletonTrace_, RuntimeNotificationManager::Event::METHOD_EVENTS); in StopTracing()
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
H A D | cocos_worker_test.js | 4895 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...] |