| /arkcompiler/ets_frontend/arkguard/test/ut/utils/ |
| D | PrinterTimeAndmemUtils.spec.ts | 57 const event = eventStack.find((e) => e.eventName === eventName); constant 195 const event = eventStack!.find((e) => e.eventName === eventName); constant 204 const event = eventStack?.find((e) => e.eventName === eventName); constant
|
| /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/types/ |
| D | ets_promise.cpp | 35 auto *event = EtsEvent::Create(coro); in Create() local 69 …auto *event = Runtime::GetCurrent()->GetInternalAllocator()->New<CompletionEvent>(nullptr, coroMan… in LaunchCallback() local
|
| D | ets_job.h | 96 void SetEvent(EtsCoroutine *coro, EtsEvent *event) in SetEvent() 133 auto *event = GetEvent(EtsCoroutine::GetCurrent()); in Wait() local
|
| D | ets_job.cpp | 33 auto *event = EtsEvent::Create(coro); in Create() local
|
| D | ets_promise.h | 181 void SetEvent(EtsCoroutine *coro, EtsEvent *event) in SetEvent() 257 auto *event = GetEvent(EtsCoroutine::GetCurrent()); in Wait() local
|
| D | ets_sync_primitives.h | 82 auto &event = awaitee->GetEvent(); in SuspendCoroutine() local
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | timers.cpp | 139 for (auto &event: events_) { in PrintJson() local 163 for (auto &event: events_) { in PrintTxt() local 208 void Timer::TimerStartImpl(const std::string_view event, std::string fileName) in TimerStartImpl() 235 void Timer::TimerEndImpl(const std::string_view event, std::string fileName) in TimerEndImpl()
|
| D | timers.h | 112 std::string event; member
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/native/exclusive_worker/ |
| D | exclusive_worker_tests.cpp | 51 auto event = Event(); in RunRoutineInExclusiveWorker() local 94 auto event = Event(); in ReachLimitationOfCreatingEACoroutine() local 112 auto event = Event(); in UseAfterDetach() local 128 auto event = Event(); in AttachSameThread() local 158 void WaitUntilReachLimit(Event &event, std::atomic_size_t &count) in WaitUntilReachLimit() 175 …void WorkerRoutine(Event &event, std::string_view routineName, std::string_view routineSignature, … in WorkerRoutine()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_SyncPrimitives.cpp | 45 void EtsEventWait(EtsObject *event) in EtsEventWait() 51 void EtsEventFire(EtsObject *event) in EtsEventFire()
|
| D | std_core_ExclusiveLauncher.cpp | 38 os::memory::Event &event) in TryCreateEACoroutine() 128 auto event = os::memory::Event(); in ExclusiveLaunch() local
|
| /arkcompiler/toolchain/test/fuzztest/protocolhandlernotif_fuzzer/ |
| D | protocolhandlernotif_fuzzer.cpp | 38 Paused event; in ProtocolHandlerNotifFuzzTest() local
|
| /arkcompiler/ets_frontend/ets2panda/bindings/native/src/ |
| D | callback-resource.cpp | 30 void EnqueueCallback(const CallbackBuffer *event) in EnqueueCallback()
|
| /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/runtime_core/static_core/plugins/ets/tests/libani_helpers/tests/async_work/ |
| D | async_work_test.cpp | 111 auto event = AsyncWorkEvent(); in TEST_F() local 135 auto event = AsyncWorkEvent(); in TEST_F() local 195 auto event = AsyncWorkEvent(); in TEST_F() local
|
| /arkcompiler/toolchain/tooling/dynamic/test/client_utils/ |
| D | test_actions.h | 77 TestCase event = TestCase::COMMON; member
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/finalreg/ |
| D | finalization_registry_manager.cpp | 115 …auto *event = Runtime::GetCurrent()->GetInternalAllocator()->New<CompletionEvent>(nullptr, coroMan… in StartCleanupCoroIfNeeded() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/eacoro/ |
| D | attach_thread_test.cpp | 96 auto event = os::memory::Event(); in callTestMethod() local
|
| /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/dynamic/test/utils/ |
| D | test_util.h | 198 static bool WaitForEvent(DebugEvent event, Predicate predicate, OnSuccessAction action) in WaitForEvent()
|
| /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()
|