Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_promise.cpp34 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/
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/intrinsics/
Dstd_containers_BlockingQueue.cpp37 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/
Dprotocolhandlernotif_fuzzer.cpp38 Paused event; in ProtocolHandlerNotifFuzzTest() local
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dcoroutine.cpp167 auto *event = awaiteeEvent_.exchange(nullptr); in AcceptAnnouncedCallbacks() local
197 bool Coroutine::TryEnterAwaitModeAndLockAwaitee(CoroutineEvent *event) in TryEnterAwaitModeAndLockAwaitee()
/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/toolchain/tooling/test/client_utils/
Dtest_actions.h77 TestCase event = TestCase::COMMON; member
/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/test/utils/
Dtest_util.h198 static bool WaitForEvent(DebugEvent event, Predicate predicate, OnSuccessAction action) in WaitForEvent()
/arkcompiler/toolchain/tooling/base/
Dpt_events.cpp346 std::unique_ptr<PtJson> event = PtJson::CreateObject(); in TraceEventToJson() local
/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()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dosr_test.cpp307 …[](const auto &event) { return event.caller == "_GLOBAL::main" && event.callee == "_GLOBAL::f1"; }… in TEST_F()
/arkcompiler/toolchain/tooling/test/
Dtracing_impl_test.cpp230 TraceEvent event("timeline", "UpdateCounters", "I", getpid(), 1415); in HWTEST_F_L0() local
Ddebugger_events_test.cpp495 TraceEvent event("timeline", "UpdateCounters", "I", getpid(), 1415); in HWTEST_F_L0() local
/arkcompiler/runtime_core/compiler/tests/
Dosr_test.cpp299 …[](const auto &event) { return event.caller == "_GLOBAL::main" && event.callee == "_GLOBAL::f1"; }… in TEST_F()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js116679 t.prototype.event = function(t, e) { method in t
116750 t.prototype.event = function(t, e) {}; method in t
135554 event: "viewport", property