Searched refs:Frontend (Results 1 – 12 of 12) sorted by relevance
90 class Frontend {92 explicit Frontend(ProtocolChannel *channel) : channel_(channel) {} in Frontend() function93 ~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_;
59 class Frontend {61 explicit Frontend(ProtocolChannel *channel) : channel_(channel) {} in Frontend() function62 ~Frontend() = default;78 [[maybe_unused]] Frontend frontend_;
73 class Frontend {75 explicit Frontend(ProtocolChannel *channel) : channel_(channel) {} in Frontend() function76 ~Frontend() = default;91 [[maybe_unused]] Frontend frontend_;
82 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()
182 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()
152 class Frontend {154 explicit Frontend(ProtocolChannel *channel) : channel_(channel) {} in Frontend() function155 ~Frontend() = default;166 Frontend frontend_;
183 class Frontend {185 explicit Frontend(ProtocolChannel *channel) : channel_(channel) {} in Frontend() function186 ~Frontend() = default;204 Frontend frontend_;
140 bool ProfilerImpl::Frontend::AllowNotify() const in AllowNotify()145 void ProfilerImpl::Frontend::PreciseCoverageDeltaUpdate() in PreciseCoverageDeltaUpdate()
520 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()
124 bool RuntimeImpl::Frontend::AllowNotify() const in AllowNotify()129 void RuntimeImpl::Frontend::RunIfWaitingForDebugger() in RunIfWaitingForDebugger()
216 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()
413 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()