Home | History | Annotate | Download | only in inspector

Lines Matching refs:protocol

9 #include "src/inspector/protocol/Protocol.h"
34 explicit HeapSnapshotProgress(protocol::HeapProfiler::Frontend* frontend)
38 protocol::Maybe<bool>());
47 protocol::HeapProfiler::Frontend* m_frontend;
82 explicit HeapSnapshotOutputStream(protocol::HeapProfiler::Frontend* frontend)
93 protocol::HeapProfiler::Frontend* m_frontend;
117 explicit HeapStatsStream(protocol::HeapProfiler::Frontend* frontend)
130 std::unique_ptr<protocol::Array<int>> statsDiff =
131 protocol::Array<int>::create();
142 protocol::HeapProfiler::Frontend* m_frontend;
148 V8InspectorSessionImpl* session, protocol::FrontendChannel* frontendChannel,
149 protocol::DictionaryValue* state)
234 std::unique_ptr<protocol::Runtime::RemoteObject>* result) {
337 std::unique_ptr<protocol::HeapProfiler::SamplingHeapProfileNode>
339 auto children = protocol::Array<
340 protocol::HeapProfiler::SamplingHeapProfileNode>::create();
346 std::unique_ptr<protocol::Runtime::CallFrame> callFrame =
347 protocol::Runtime::CallFrame::create()
354 std::unique_ptr<protocol::HeapProfiler::SamplingHeapProfileNode> result =
355 protocol::HeapProfiler::SamplingHeapProfileNode::create()
365 std::unique_ptr<protocol::HeapProfiler::SamplingHeapProfile>* profile) {
378 *profile = protocol::HeapProfiler::SamplingHeapProfile::create()