HomeSort by relevance Sort by last modified time
    Searched refs:V8ProfilerAgentImpl (Results 1 - 7 of 7) sorted by null

  /external/v8/src/inspector/
v8-profiler-agent-impl.h 25 class V8ProfilerAgentImpl : public protocol::Profiler::Backend {
27 V8ProfilerAgentImpl(V8InspectorSessionImpl*, protocol::FrontendChannel*,
29 ~V8ProfilerAgentImpl() override;
75 DISALLOW_COPY_AND_ASSIGN(V8ProfilerAgentImpl);
v8-profiler-agent-impl.cc 143 class V8ProfilerAgentImpl::ProfileDescriptor {
151 V8ProfilerAgentImpl::V8ProfilerAgentImpl(
159 V8ProfilerAgentImpl::~V8ProfilerAgentImpl() {
163 void V8ProfilerAgentImpl::consoleProfile(const String16& title) {
172 void V8ProfilerAgentImpl::consoleProfileEnd(const String16& title) {
202 Response V8ProfilerAgentImpl::enable() {
209 Response V8ProfilerAgentImpl::disable() {
222 Response V8ProfilerAgentImpl::setSamplingInterval(int interval)
    [all...]
v8-inspector-session-impl.h 25 class V8ProfilerAgentImpl;
43 V8ProfilerAgentImpl* profilerAgent() { return m_profilerAgent.get(); }
116 std::unique_ptr<V8ProfilerAgentImpl> m_profilerAgent;
v8-inspector-impl.h 48 class V8ProfilerAgentImpl;
126 V8ProfilerAgentImpl* enabledProfilerAgentForGroup(int contextGroupId);
v8-inspector-impl.cc 86 V8ProfilerAgentImpl* V8InspectorImpl::enabledProfilerAgentForGroup(
89 V8ProfilerAgentImpl* agent = session ? session->profilerAgent() : nullptr;
v8-console.cc 198 V8ProfilerAgentImpl* profilerAgent() {
404 if (V8ProfilerAgentImpl* profilerAgent = helper.profilerAgent())
411 if (V8ProfilerAgentImpl* profilerAgent = helper.profilerAgent())
    [all...]
v8-inspector-session-impl.cc 85 m_profilerAgent.reset(new V8ProfilerAgentImpl(

Completed in 68 milliseconds