Home
last modified time | relevance | path

Searched refs:V8HeapProfilerConnection (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/
Dinspector_profiler.h125 class V8HeapProfilerConnection : public V8ProfilerConnection {
127 explicit V8HeapProfilerConnection(Environment* env) in V8HeapProfilerConnection() function
Denv.h72 class V8HeapProfilerConnection; variable
1275 std::unique_ptr<profiler::V8HeapProfilerConnection> connection);
1276 profiler::V8HeapProfilerConnection* heap_profiler_connection();
1339 std::unique_ptr<profiler::V8HeapProfilerConnection> heap_profiler_connection_;
Denv-inl.h778 std::unique_ptr<profiler::V8HeapProfilerConnection> connection) { in set_heap_profiler_connection()
783 inline profiler::V8HeapProfilerConnection*