Searched refs:m_profile (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DScriptProfile.cpp48 : m_profile(profile)
58 return m_profile->title();
63 return m_profile->uid();
68 return m_profile->head();
101 return buildInspectorObjectFor(m_profile->head());
H A DScriptProfile.h67 RefPtr<JSC::Profile> m_profile; member in class:WebCore::ScriptProfile
/macosx-10.9.5/JavaScriptCore-7537.78.1/profiler/
H A DProfileGenerator.h48 PassRefPtr<Profile> profile() const { return m_profile; }
70 RefPtr<Profile> m_profile; member in class:JSC::ProfileGenerator
H A DProfileGenerator.cpp53 m_profile = Profile::create(title, uid);
54 m_currentNode = m_head = m_profile->head();
73 return m_profile->title();
127 m_profile->forEach(&ProfileNode::stopProfiling);
/macosx-10.9.5/JavaScriptCore-7537.78.1/
H A Djsc.cpp141 , m_profile(false)
151 bool m_profile; member in class:CommandLine
745 m_profile = true;
812 if (options.m_profile && !vm->m_perBytecodeProfiler)
825 if (options.m_profile) {

Completed in 116 milliseconds