Home
last modified time | relevance | path

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

/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_core_SyncPrimitives.cpp43 void EtsEventWait(EtsObject *event) in EtsEventWait()
49 void EtsEventFire(EtsObject *event) in EtsEventFire()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_promise.cpp33 auto *event = EtsEvent::Create(coro); in Create() local
80 …auto *event = Runtime::GetCurrent()->GetInternalAllocator()->New<CompletionEvent>(nullptr, coroMan… in LaunchCallback() local
Dets_sync_primitives.h79 auto &event = awaitee->GetEvent(); in SuspendCoroutine() local
Dets_promise.h163 void SetEvent(EtsCoroutine *coro, EtsEvent *event) in SetEvent()
237 auto *event = GetEvent(EtsCoroutine::GetCurrent()); in Wait() local
/arkcompiler/runtime_core/libpandabase/utils/
Dtimers.cpp94 for (auto &event: events_) { in PrintTimers() local
139 void Timer::TimerStartImpl(const std::string_view event, std::string fileName) in TimerStartImpl()
166 void Timer::TimerEndImpl(const std::string_view event, std::string fileName) in TimerEndImpl()
Dtimers.h91 std::string event; member
/arkcompiler/toolchain/test/fuzztest/protocolhandlernotif_fuzzer/
Dprotocolhandlernotif_fuzzer.cpp38 Paused event; in ProtocolHandlerNotifFuzzTest() local
/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/runtime_core/static_core/runtime/tests/tooling/
Dtest_util.h193 static bool WaitForEvent(DebugEvent event, Predicate predicate, OnSuccessAction action) in WaitForEvent()
/arkcompiler/toolchain/tooling/base/
Dpt_events.cpp355 std::unique_ptr<PtJson> event = PtJson::CreateObject(); in TraceEventToJson() local
/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/runtime_core/compiler/tests/
Dosr_test.cpp299 …[](const auto &event) { return event.caller == "_GLOBAL::main" && event.callee == "_GLOBAL::f1"; }… in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_entrypoints.cpp96 auto *event = EtsEvent::Create(currentCoro); in LaunchCoroutine() local
/arkcompiler/toolchain/tooling/test/
Dtracing_impl_test.cpp276 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/jsvm/src/inspector/
Dinspector_socket.cpp557 for (const HttpEvent& event : httpEvents) { in OnData() local
/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