Searched refs:frontend_ (Results 1 – 8 of 8) sorted by relevance
/arkcompiler/toolchain/tooling/agent/ |
D | heapprofiler_impl.h | 39 : vm_(vm), frontend_(channel), stream_(&frontend_) {} in HeapProfilerImpl() 110 : frontend_(frontend) {} in HeapProfilerStream() 123 frontend_->AddHeapSnapshotChunk(data, size); in WriteChunk() 128 return frontend_ != nullptr; in Good() 136 frontend_->HeapStatsUpdate(updateData, count); in UpdateHeapStats() 144 frontend_->LastSeenObjectId(lastSeenObjectId, timeStampUs); in UpdateLastSeenObjectId() 151 Frontend *frontend_ {nullptr}; 157 : frontend_(frontend) {} in HeapProfilerProgress() 161 frontend_->ReportHeapSnapshotProgress(done, total); in ReportProgress() 168 Frontend *frontend_ {nullptr}; [all …]
|
D | tracing_impl.h | 29 … explicit TracingImpl(const EcmaVM *vm, ProtocolChannel *channel) : vm_(vm), frontend_(channel) {} in TracingImpl() 78 [[maybe_unused]] Frontend frontend_; variable
|
D | profiler_impl.h | 29 ProfilerImpl(const EcmaVM *vm, ProtocolChannel *channel) : vm_(vm), frontend_(channel) {} in ProfilerImpl() 91 [[maybe_unused]] Frontend frontend_; variable
|
D | debugger_impl.cpp | 44 : vm_(vm), frontend_(channel), runtime_(runtime) in DebuggerImpl() 96 frontend_.ScriptParsed(vm_, *script); in NotifyScriptParsed() 107 frontend_.ScriptParsed(vm_, *script); in NotifyScriptParsed() 238 frontend_.Paused(vm_, paused); in NotifyPaused() 243 frontend_.WaitForDebugger(vm_); in NotifyPaused() 262 frontend_.NativeCalling(vm_, nativeCalling); in NotifyNativeCalling() 263 frontend_.WaitForDebugger(vm_); in NotifyNativeCalling() 617 frontend_.ScriptParsed(vm_, *script.second); in Enable() 626 frontend_.RunIfWaitingForDebugger(vm_); in Disable() 627 frontend_.Resumed(vm_); in Disable() [all …]
|
D | runtime_impl.h | 29 : vm_(vm), frontend_(channel) {} in RuntimeImpl() 166 Frontend frontend_; variable
|
D | heapprofiler_impl.cpp | 360 HeapProfilerProgress progress(&frontend_); in StopTrackingHeapObjects() 376 HeapProfilerProgress progress(&frontend_); in TakeHeapSnapshot()
|
D | debugger_impl.h | 204 Frontend frontend_; variable
|
D | runtime_impl.cpp | 152 frontend_.RunIfWaitingForDebugger(); in RunIfWaitingForDebugger()
|