Home
last modified time | relevance | path

Searched refs:ProfileDescriptor (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/inspector/
Dv8-profiler-agent-impl.h74 class ProfileDescriptor; variable
75 std::vector<ProfileDescriptor> m_startedProfiles;
Dv8-profiler-agent-impl.cc159 class V8ProfilerAgentImpl::ProfileDescriptor { class in v8_inspector::V8ProfilerAgentImpl
161 ProfileDescriptor(const String16& id, const String16& title) in ProfileDescriptor() function in v8_inspector::V8ProfilerAgentImpl::ProfileDescriptor
182 m_startedProfiles.push_back(ProfileDescriptor(id, title)); in consoleProfile()