Searched refs:V8ProfilerConnection (Results 1 – 3 of 3) sorted by relevance
19 class V8ProfilerConnection {23 explicit V8ProfilerSessionDelegate(V8ProfilerConnection* connection) in V8ProfilerSessionDelegate()30 V8ProfilerConnection* connection_;33 explicit V8ProfilerConnection(Environment* env);34 virtual ~V8ProfilerConnection() = default;82 class V8CoverageConnection : public V8ProfilerConnection {84 explicit V8CoverageConnection(Environment* env) : V8ProfilerConnection(env) {} in V8CoverageConnection()105 class V8CpuProfilerConnection : public V8ProfilerConnection {108 : V8ProfilerConnection(env) {} in V8CpuProfilerConnection()125 class V8HeapProfilerConnection : public V8ProfilerConnection {[all …]
33 V8ProfilerConnection::V8ProfilerConnection(Environment* env) in V8ProfilerConnection() function in node::profiler::V8ProfilerConnection35 std::make_unique<V8ProfilerConnection::V8ProfilerSessionDelegate>( in V8ProfilerConnection()40 uint32_t V8ProfilerConnection::DispatchMessage(const char* method,
3346 …s/node/commit/294d2ea71d)] - **(SEMVER-MINOR)** **src**: refactor V8ProfilerConnection::DispatchMe…3349 …://github.com/nodejs/node/commit/0c9bc02b96)] - **src**: refactor V8ProfilerConnection to be more …