Home
last modified time | relevance | path

Searched refs:Frontend (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/toolchain/tooling/agent/
Dheapprofiler_impl.h90 class Frontend {
92 explicit Frontend(ProtocolChannel *channel) : channel_(channel) {} in Frontend() function
93 ~Frontend() = default;
109 explicit HeapProfilerStream(Frontend *frontend) in HeapProfilerStream()
151 Frontend *frontend_ {nullptr};
156 explicit HeapProfilerProgress(Frontend *frontend) in HeapProfilerProgress()
168 Frontend *frontend_ {nullptr};
172 Frontend frontend_;
Dtracing_impl.h59 class Frontend {
61 explicit Frontend(ProtocolChannel *channel) : channel_(channel) {} in Frontend() function
62 ~Frontend() = default;
78 [[maybe_unused]] Frontend frontend_;
Dprofiler_impl.h73 class Frontend {
75 explicit Frontend(ProtocolChannel *channel) : channel_(channel) {} in Frontend() function
76 ~Frontend() = default;
91 [[maybe_unused]] Frontend frontend_;
Dtracing_impl.cpp82 bool TracingImpl::Frontend::AllowNotify() const in AllowNotify()
87 void TracingImpl::Frontend::BufferUsage() in BufferUsage()
97 void TracingImpl::Frontend::DataCollected() in DataCollected()
107 void TracingImpl::Frontend::TracingComplete() in TracingComplete()
Dheapprofiler_impl.cpp182 bool HeapProfilerImpl::Frontend::AllowNotify() const in AllowNotify()
187 void HeapProfilerImpl::Frontend::AddHeapSnapshotChunk(char *data, int32_t size) in AddHeapSnapshotChunk()
202 void HeapProfilerImpl::Frontend::ReportHeapSnapshotProgress(int32_t done, int32_t total) in ReportHeapSnapshotProgress()
216 void HeapProfilerImpl::Frontend::HeapStatsUpdate(HeapStat* updateData, int32_t count) in HeapStatsUpdate()
232 void HeapProfilerImpl::Frontend::LastSeenObjectId(int32_t lastSeenObjectId, int64_t timeStampUs) in LastSeenObjectId()
246 void HeapProfilerImpl::Frontend::ResetProfiles() in ResetProfiles()
Druntime_impl.h152 class Frontend {
154 explicit Frontend(ProtocolChannel *channel) : channel_(channel) {} in Frontend() function
155 ~Frontend() = default;
166 Frontend frontend_;
Ddebugger_impl.h183 class Frontend {
185 explicit Frontend(ProtocolChannel *channel) : channel_(channel) {} in Frontend() function
186 ~Frontend() = default;
204 Frontend frontend_;
Dprofiler_impl.cpp140 bool ProfilerImpl::Frontend::AllowNotify() const in AllowNotify()
145 void ProfilerImpl::Frontend::PreciseCoverageDeltaUpdate() in PreciseCoverageDeltaUpdate()
Ddebugger_impl.cpp520 bool DebuggerImpl::Frontend::AllowNotify(const EcmaVM *vm) const in AllowNotify()
525 void DebuggerImpl::Frontend::BreakpointResolved(const EcmaVM *vm) in BreakpointResolved()
535 void DebuggerImpl::Frontend::Paused(const EcmaVM *vm, const tooling::Paused &paused) in Paused()
544 void DebuggerImpl::Frontend::NativeCalling(const EcmaVM *vm, const tooling::NativeCalling &nativeCa… in NativeCalling()
553 void DebuggerImpl::Frontend::Resumed(const EcmaVM *vm) in Resumed()
564 void DebuggerImpl::Frontend::ScriptFailedToParse(const EcmaVM *vm) in ScriptFailedToParse()
574 void DebuggerImpl::Frontend::ScriptParsed(const EcmaVM *vm, const PtScript &script) in ScriptParsed()
593 void DebuggerImpl::Frontend::WaitForDebugger(const EcmaVM *vm) in WaitForDebugger()
602 void DebuggerImpl::Frontend::RunIfWaitingForDebugger(const EcmaVM *vm) in RunIfWaitingForDebugger()
Druntime_impl.cpp124 bool RuntimeImpl::Frontend::AllowNotify() const in AllowNotify()
129 void RuntimeImpl::Frontend::RunIfWaitingForDebugger() in RunIfWaitingForDebugger()
/arkcompiler/toolchain/tooling/test/
Dtracing_impl_test.cpp216 auto frontend = std::make_unique<TracingImpl::Frontend>(channel); in HWTEST_F_L0()
222 auto frontend1 = std::make_unique<TracingImpl::Frontend>(channel); in HWTEST_F_L0()
238 auto frontend = std::make_unique<TracingImpl::Frontend>(channel); in HWTEST_F_L0()
244 auto frontend1 = std::make_unique<TracingImpl::Frontend>(channel); in HWTEST_F_L0()
259 auto frontend = std::make_unique<TracingImpl::Frontend>(channel); in HWTEST_F_L0()
265 auto frontend1 = std::make_unique<TracingImpl::Frontend>(channel); in HWTEST_F_L0()
Dprofiler_impl_test.cpp413 auto frontend = std::make_unique<ProfilerImpl::Frontend>(channel); in HWTEST_F_L0()
419 auto frontend1 = std::make_unique<ProfilerImpl::Frontend>(channel); in HWTEST_F_L0()