| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_promise.cpp | 34 auto *event = GetEventPtr(); in OnPromiseCompletion() local 85 auto *event = GetEventPtr(); in PromotePromiseRef() local 108 auto *event = GetEventPtr(); in GetOrCreateEventPtr() local 123 void EtsPromise::RetireEventPtr(CoroutineEvent *event) in RetireEventPtr()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/tracing/ |
| D | tracing.cpp | 86 void Tracing::RecordTraceEvent(TraceEvent &event) in RecordTraceEvent() 103 …TraceEvent event("disabled-by-default-devtools.timeline", "TracingStartedInBrowser", "I", getpid()… in TraceEventRecordTracingStart() local 119 … TraceEvent event("disabled-by-default-devtools.timeline", "UpdateCounters", "I", getpid(), tid_); in TraceEventRecordMemory() local 133 TraceEvent event("disabled-by-default-v8.cpu_profiler", "Profile", "P", getpid(), tid_); in TraceEventRecordCpuProfilerStart() local 150 TraceEvent event("disabled-by-default-v8.cpu_profiler", "ProfileChunk", "P", getpid(), tid_); in TraceEventRecordCpuProfiler() local 256 TraceEvent event("disabled-by-default-v8.cpu_profiler", "ProfileChunk", "P", getpid(), tid_); in TraceEventRecordCpuProfilerEnd() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_containers_BlockingQueue.cpp | 37 auto *event = allocator->New<GenericEvent>(currentCoro->GetCoroutineManager()); in InitializeEvent() local 87 auto *event = reinterpret_cast<GenericEvent *>(eventPtr); in Await() local 102 auto *event = reinterpret_cast<GenericEvent *>(eventPtr); in UnblockWaiters() local
|
| /arkcompiler/toolchain/test/fuzztest/protocolhandlernotif_fuzzer/ |
| D | protocolhandlernotif_fuzzer.cpp | 38 Paused event; in ProtocolHandlerNotifFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | coroutine.cpp | 167 auto *event = awaiteeEvent_.exchange(nullptr); in AcceptAnnouncedCallbacks() local 197 bool Coroutine::TryEnterAwaitModeAndLockAwaitee(CoroutineEvent *event) in TryEnterAwaitModeAndLockAwaitee()
|
| /arkcompiler/runtime_core/libpandabase/events/ |
| D | events.rb | 27 def initialize(event, dscr) argument
|
| /arkcompiler/runtime_core/static_core/libpandabase/events/ |
| D | events.rb | 31 def initialize(event, dscr) argument
|
| /arkcompiler/toolchain/tooling/test/client_utils/ |
| D | test_actions.h | 77 TestCase event = TestCase::COMMON; member
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | interpreter_test_switch.cpp | 148 auto &event = listener.GetEvents()[0]; in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| D | ets_finalizable_weak_ref_test.cpp | 166 TestEvent<EVENT_COUNT> event; in TEST_F() local
|
| /arkcompiler/toolchain/tooling/test/utils/ |
| D | test_util.h | 198 static bool WaitForEvent(DebugEvent event, Predicate predicate, OnSuccessAction action) in WaitForEvent()
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_events.cpp | 346 std::unique_ptr<PtJson> event = PtJson::CreateObject(); in TraceEventToJson() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/tooling/ |
| D | test_util.h | 193 static bool WaitForEvent(DebugEvent event, Predicate predicate, OnSuccessAction action) in WaitForEvent()
|
| /arkcompiler/runtime_core/static_core/runtime/methodtrace/ |
| D | trace.cpp | 174 void Trace::WriteInfoToBuf(const ManagedThread *thread, Method *method, EventFlag event, uint32_t t… in WriteInfoToBuf()
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | osr_test.cpp | 307 …[](const auto &event) { return event.caller == "_GLOBAL::main" && event.callee == "_GLOBAL::f1"; }… in TEST_F()
|
| /arkcompiler/toolchain/tooling/test/ |
| D | tracing_impl_test.cpp | 230 TraceEvent event("timeline", "UpdateCounters", "I", getpid(), 1415); in HWTEST_F_L0() local
|
| D | debugger_events_test.cpp | 495 TraceEvent event("timeline", "UpdateCounters", "I", getpid(), 1415); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | osr_test.cpp | 299 …[](const auto &event) { return event.caller == "_GLOBAL::main" && event.callee == "_GLOBAL::f1"; }… in TEST_F()
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 116679 t.prototype.event = function(t, e) { method in t 116750 t.prototype.event = function(t, e) {}; method in t 135554 event: "viewport", property
|