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.h82 class V8HeapProfilerConnection; variable
921 std::unique_ptr<profiler::V8HeapProfilerConnection> connection);
922 profiler::V8HeapProfilerConnection* heap_profiler_connection();
999 std::unique_ptr<profiler::V8HeapProfilerConnection> heap_profiler_connection_;
Denv-inl.h484 std::unique_ptr<profiler::V8HeapProfilerConnection> connection) { in set_heap_profiler_connection()
489 inline profiler::V8HeapProfilerConnection*