Home
last modified time | relevance | path

Searched refs:ProfileGenerator (Results 1 – 21 of 21) sorted by relevance

/external/webkit/Source/JavaScriptCore/profiler/
DProfileGenerator.cpp43 PassRefPtr<ProfileGenerator> ProfileGenerator::create(ExecState* exec, const UString& title, unsign… in create()
45 return adoptRef(new ProfileGenerator(exec, title, uid)); in create()
48 ProfileGenerator::ProfileGenerator(ExecState* exec, const UString& title, unsigned uid) in ProfileGenerator() function in JSC::ProfileGenerator
58 void ProfileGenerator::addParentForConsoleStart(ExecState* exec) in addParentForConsoleStart()
70 const UString& ProfileGenerator::title() const in title()
75 void ProfileGenerator::willExecute(ExecState* callerCallFrame, const CallIdentifier& callIdentifier) in willExecute()
90 void ProfileGenerator::didExecute(ExecState* callerCallFrame, const CallIdentifier& callIdentifier) in didExecute()
113 void ProfileGenerator::exceptionUnwind(ExecState* handlerCallFrame, const CallIdentifier&) in exceptionUnwind()
124 void ProfileGenerator::stopProfiling() in stopProfiling()
150 void ProfileGenerator::removeProfileStart() in removeProfileStart()
[all …]
DProfiler.cpp72 ProfileGenerator* profileGenerator = m_currentProfiles[i].get(); in startProfiling()
78 … RefPtr<ProfileGenerator> profileGenerator = ProfileGenerator::create(exec, title, ++ProfilesUID); in startProfiling()
86 ProfileGenerator* profileGenerator = m_currentProfiles[i].get(); in stopProfiling()
105 ProfileGenerator* profileGenerator = m_currentProfiles[i].get(); in stopProfiling()
115 …State* callerOrHandlerCallFrame, const Vector<RefPtr<ProfileGenerator> >& profiles, ProfileGenerat… in dispatchFunctionToProfiles()
127 …dispatchFunctionToProfiles(callerCallFrame, m_currentProfiles, &ProfileGenerator::willExecute, cre… in willExecute()
136 …dispatchFunctionToProfiles(callerCallFrame, m_currentProfiles, &ProfileGenerator::willExecute, cal… in willExecute()
143 …dispatchFunctionToProfiles(callerCallFrame, m_currentProfiles, &ProfileGenerator::didExecute, crea… in didExecute()
150 …dispatchFunctionToProfiles(callerCallFrame, m_currentProfiles, &ProfileGenerator::didExecute, crea… in didExecute()
157 …dispatchFunctionToProfiles(handlerCallFrame, m_currentProfiles, &ProfileGenerator::exceptionUnwind… in exceptionUnwind()
DProfileGenerator.h43 class ProfileGenerator : public RefCounted<ProfileGenerator> {
45 static PassRefPtr<ProfileGenerator> create(ExecState*, const UString& title, unsigned uid);
62 …typedef void (ProfileGenerator::*ProfileFunction)(ExecState* callerOrHandlerCallFrame, const CallI…
65 ProfileGenerator(ExecState*, const UString& title, unsigned uid);
DProfiler.h44 class ProfileGenerator; variable
70 const Vector<RefPtr<ProfileGenerator> >& currentProfiles() { return m_currentProfiles; }; in currentProfiles()
73 Vector<RefPtr<ProfileGenerator> > m_currentProfiles;
/external/v8/src/
Dcpu-profiler.h44 class ProfileGenerator; variable
127 explicit ProfilerEventsProcessor(ProfileGenerator* generator);
179 ProfileGenerator* generator_;
270 ProfileGenerator* generator_;
Dprofile-generator-inl.h42 return strlen(name) > 0 ? name : ProfileGenerator::kAnonymousFunctionName; in GetFunctionName()
81 CodeEntry* ProfileGenerator::EntryForVMState(StateTag tag) { in EntryForVMState()
Dcpu-profiler.cc48 ProfilerEventsProcessor::ProfilerEventsProcessor(ProfileGenerator* generator) in ProfilerEventsProcessor()
492 generator_ = new ProfileGenerator(profiles_); in StartProcessorIfNotStarted()
Dprofile-generator.h393 class ProfileGenerator {
395 explicit ProfileGenerator(CpuProfilesCollection* profiles);
446 DISALLOW_COPY_AND_ASSIGN(ProfileGenerator);
Dprofile-generator.cc863 const char* const ProfileGenerator::kAnonymousFunctionName =
865 const char* const ProfileGenerator::kProgramEntryName =
867 const char* const ProfileGenerator::kGarbageCollectorEntryName =
871 ProfileGenerator::ProfileGenerator(CpuProfilesCollection* profiles) in ProfileGenerator() function in v8::internal::ProfileGenerator
881 void ProfileGenerator::RecordTickSample(const TickSample& sample) { in RecordTickSample()
/external/v8/test/cctest/
Dtest-cpu-profiler.cc14 using i::ProfileGenerator;
22 ProfileGenerator generator(&profiles); in TEST()
83 ProfileGenerator generator(&profiles); in TEST()
144 ProfileGenerator generator(&profiles); in TEST()
234 ProfileGenerator generator(&profiles); in TEST()
Dtest-profile-generator.cc17 using i::ProfileGenerator;
586 ProfileGenerator generator(&profiles); in TEST()
/external/webkit/Source/JavaScriptCore/
DCMakeLists.txt82 profiler/ProfileGenerator.cpp
DJavaScriptCore.pro119 profiler/ProfileGenerator.cpp \
DJavaScriptCore.gypi414 'profiler/ProfileGenerator.cpp',
415 'profiler/ProfileGenerator.h',
DGNUmakefile.list.am208 Source/JavaScriptCore/profiler/ProfileGenerator.cpp \
209 Source/JavaScriptCore/profiler/ProfileGenerator.h \
DChangeLog-2009-06-163401 * profiler/ProfileGenerator.h:
6284 * profiler/ProfileGenerator.cpp:
6285 (JSC::ProfileGenerator::addParentForConsoleStart):
9774 Prevent AllInOneFile.cpp and ProfileGenerator.cpp from rebuilding unnecessarily when
12652 * profiler/ProfileGenerator.cpp:
12653 (JSC::ProfileGenerator::addParentForConsoleStart):
14602 * profiler/ProfileGenerator.cpp:
14603 (JSC::ProfileGenerator::addParentForConsoleStart):
20815 * profiler/ProfileGenerator.cpp:
20997 * profiler/ProfileGenerator.cpp:
[all …]
DChangeLog-2011-02-169722 * profiler/ProfileGenerator.cpp:
9723 (JSC::ProfileGenerator::addParentForConsoleStart):
9724 (JSC::ProfileGenerator::willExecute):
9725 (JSC::ProfileGenerator::didExecute):
9726 (JSC::ProfileGenerator::exceptionUnwind):
9727 (JSC::ProfileGenerator::stopProfiling):
9728 * profiler/ProfileGenerator.h:
9958 * profiler/ProfileGenerator.cpp:
9959 (JSC::ProfileGenerator::addParentForConsoleStart):
9960 (JSC::ProfileGenerator::willExecute):
[all …]
DChangeLog-2008-08-101672 * profiler/ProfileGenerator.cpp:
1673 (KJS::ProfileGenerator::create):
1674 (KJS::ProfileGenerator::ProfileGenerator):
1675 * profiler/ProfileGenerator.h:
1676 (KJS::ProfileGenerator::profileGroup):
1942 * profiler/ProfileGenerator.cpp:
1943 (KJS::ProfileGenerator::ProfileGenerator):
2083 Prospective Gtk/Wx build fixes, add ProfileGenerator.cpp to the build.
2090 Fix the Qt build, add ProfileGenerator.cpp to the build.
2147 ProfileGenerator.
[all …]
DChangeLog4259 * profiler/ProfileGenerator.cpp:
4260 (JSC::ProfileGenerator::create):
4261 (JSC::ProfileGenerator::ProfileGenerator):
4262 (JSC::ProfileGenerator::willExecute):
4263 (JSC::ProfileGenerator::didExecute):
4264 * profiler/ProfileGenerator.h:
4265 (JSC::ProfileGenerator::origin): Made ExecState* the first argument,
DChangeLog-2010-05-245334 * profiler/ProfileGenerator.cpp:
5335 (JSC::ProfileGenerator::willExecute):
5336 (JSC::ProfileGenerator::didExecute):
8917 * profiler/ProfileGenerator.cpp:
8918 (JSC::ProfileGenerator::stopProfiling):
13538 * profiler/ProfileGenerator.cpp:
13539 (JSC::ProfileGenerator::addParentForConsoleStart):
20891 * profiler/ProfileGenerator.cpp:
25459 * profiler/ProfileGenerator.h:
/external/webkit/Source/JavaScriptCore/JavaScriptCore.xcodeproj/
Dproject.pbxproj336 …0E1C4FDD0085358E /* ProfileGenerator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95CD45740E…
337 …70E1C4FDD0085358E /* ProfileGenerator.h in Headers */ = {isa = PBXBuildFile; fileRef = 95CD45750E1…
1027ProfileGenerator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecod…
1028ProfileGenerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.…
2058 95CD45740E1C4FDD0085358E /* ProfileGenerator.cpp */,
2059 95CD45750E1C4FDD0085358E /* ProfileGenerator.h */,
2425 95CD45770E1C4FDD0085358E /* ProfileGenerator.h in Headers */,
2934 95CD45760E1C4FDD0085358E /* ProfileGenerator.cpp in Sources */,