Home
last modified time | relevance | path

Searched defs:event (Results 1 – 25 of 33) sorted by relevance

12

/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DPrinterTimeAndmemUtils.spec.ts57 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/
Dtracing.cpp86 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/
Dets_promise.cpp35 auto *event = EtsEvent::Create(coro); in Create() local
69 …auto *event = Runtime::GetCurrent()->GetInternalAllocator()->New<CompletionEvent>(nullptr, coroMan… in LaunchCallback() local
Dets_job.h96 void SetEvent(EtsCoroutine *coro, EtsEvent *event) in SetEvent()
133 auto *event = GetEvent(EtsCoroutine::GetCurrent()); in Wait() local
Dets_job.cpp33 auto *event = EtsEvent::Create(coro); in Create() local
Dets_promise.h181 void SetEvent(EtsCoroutine *coro, EtsEvent *event) in SetEvent()
257 auto *event = GetEvent(EtsCoroutine::GetCurrent()); in Wait() local
Dets_sync_primitives.h82 auto &event = awaitee->GetEvent(); in SuspendCoroutine() local
/arkcompiler/runtime_core/libpandabase/utils/
Dtimers.cpp139 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()
Dtimers.h112 std::string event; member
/arkcompiler/runtime_core/static_core/plugins/ets/tests/native/exclusive_worker/
Dexclusive_worker_tests.cpp51 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/
Dstd_core_SyncPrimitives.cpp45 void EtsEventWait(EtsObject *event) in EtsEventWait()
51 void EtsEventFire(EtsObject *event) in EtsEventFire()
Dstd_core_ExclusiveLauncher.cpp38 os::memory::Event &event) in TryCreateEACoroutine()
128 auto event = os::memory::Event(); in ExclusiveLaunch() local
/arkcompiler/toolchain/test/fuzztest/protocolhandlernotif_fuzzer/
Dprotocolhandlernotif_fuzzer.cpp38 Paused event; in ProtocolHandlerNotifFuzzTest() local
/arkcompiler/ets_frontend/ets2panda/bindings/native/src/
Dcallback-resource.cpp30 void EnqueueCallback(const CallbackBuffer *event) in EnqueueCallback()
/arkcompiler/runtime_core/libpandabase/events/
Devents.rb27 def initialize(event, dscr) argument
/arkcompiler/runtime_core/static_core/libpandabase/events/
Devents.rb31 def initialize(event, dscr) argument
/arkcompiler/runtime_core/static_core/plugins/ets/tests/libani_helpers/tests/async_work/
Dasync_work_test.cpp111 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/
Dtest_actions.h77 TestCase event = TestCase::COMMON; member
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/finalreg/
Dfinalization_registry_manager.cpp115 …auto *event = Runtime::GetCurrent()->GetInternalAllocator()->New<CompletionEvent>(nullptr, coroMan… in StartCleanupCoroIfNeeded() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/eacoro/
Dattach_thread_test.cpp96 auto event = os::memory::Event(); in callTestMethod() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dinterpreter_test_switch.cpp148 auto &event = listener.GetEvents()[0]; in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_finalizable_weak_ref_test.cpp166 TestEvent<EVENT_COUNT> event; in TEST_F() local
/arkcompiler/toolchain/tooling/dynamic/test/utils/
Dtest_util.h198 static bool WaitForEvent(DebugEvent event, Predicate predicate, OnSuccessAction action) in WaitForEvent()
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
Dtest_util.h193 static bool WaitForEvent(DebugEvent event, Predicate predicate, OnSuccessAction action) in WaitForEvent()
/arkcompiler/runtime_core/static_core/runtime/methodtrace/
Dtrace.cpp174 void Trace::WriteInfoToBuf(const ManagedThread *thread, Method *method, EventFlag event, uint32_t t… in WriteInfoToBuf()

12