| /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_core_SyncPrimitives.cpp | 43 void EtsEventWait(EtsObject *event) in EtsEventWait() 49 void EtsEventFire(EtsObject *event) in EtsEventFire()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_promise.cpp | 33 auto *event = EtsEvent::Create(coro); in Create() local 80 …auto *event = Runtime::GetCurrent()->GetInternalAllocator()->New<CompletionEvent>(nullptr, coroMan… in LaunchCallback() local
|
| D | ets_sync_primitives.h | 79 auto &event = awaitee->GetEvent(); in SuspendCoroutine() local
|
| D | ets_promise.h | 163 void SetEvent(EtsCoroutine *coro, EtsEvent *event) in SetEvent() 237 auto *event = GetEvent(EtsCoroutine::GetCurrent()); in Wait() local
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | timers.cpp | 94 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()
|
| D | timers.h | 91 std::string event; member
|
| /arkcompiler/toolchain/test/fuzztest/protocolhandlernotif_fuzzer/ |
| D | protocolhandlernotif_fuzzer.cpp | 38 Paused event; in ProtocolHandlerNotifFuzzTest() local
|
| /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/runtime_core/static_core/runtime/tests/tooling/ |
| D | test_util.h | 193 static bool WaitForEvent(DebugEvent event, Predicate predicate, OnSuccessAction action) in WaitForEvent()
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_events.cpp | 355 std::unique_ptr<PtJson> event = PtJson::CreateObject(); in TraceEventToJson() local
|
| /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/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/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_entrypoints.cpp | 96 auto *event = EtsEvent::Create(currentCoro); in LaunchCoroutine() local
|
| /arkcompiler/toolchain/tooling/test/ |
| D | tracing_impl_test.cpp | 276 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/jsvm/src/inspector/ |
| D | inspector_socket.cpp | 557 for (const HttpEvent& event : httpEvents) { in OnData() local
|
| /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
|