/external/webkit/Source/JavaScriptCore/profiler/ |
D | ProfileGenerator.cpp | 43 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 …]
|
D | Profiler.cpp | 72 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()
|
D | ProfileGenerator.h | 43 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);
|
D | Profiler.h | 44 class ProfileGenerator; variable 70 const Vector<RefPtr<ProfileGenerator> >& currentProfiles() { return m_currentProfiles; }; in currentProfiles() 73 Vector<RefPtr<ProfileGenerator> > m_currentProfiles;
|
/external/v8/src/ |
D | cpu-profiler.h | 44 class ProfileGenerator; variable 127 explicit ProfilerEventsProcessor(ProfileGenerator* generator); 179 ProfileGenerator* generator_; 270 ProfileGenerator* generator_;
|
D | profile-generator-inl.h | 42 return strlen(name) > 0 ? name : ProfileGenerator::kAnonymousFunctionName; in GetFunctionName() 81 CodeEntry* ProfileGenerator::EntryForVMState(StateTag tag) { in EntryForVMState()
|
D | cpu-profiler.cc | 48 ProfilerEventsProcessor::ProfilerEventsProcessor(ProfileGenerator* generator) in ProfilerEventsProcessor() 492 generator_ = new ProfileGenerator(profiles_); in StartProcessorIfNotStarted()
|
D | profile-generator.h | 393 class ProfileGenerator { 395 explicit ProfileGenerator(CpuProfilesCollection* profiles); 446 DISALLOW_COPY_AND_ASSIGN(ProfileGenerator);
|
D | profile-generator.cc | 863 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/ |
D | test-cpu-profiler.cc | 14 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()
|
D | test-profile-generator.cc | 17 using i::ProfileGenerator; 586 ProfileGenerator generator(&profiles); in TEST()
|
/external/webkit/Source/JavaScriptCore/ |
D | CMakeLists.txt | 82 profiler/ProfileGenerator.cpp
|
D | JavaScriptCore.pro | 119 profiler/ProfileGenerator.cpp \
|
D | JavaScriptCore.gypi | 414 'profiler/ProfileGenerator.cpp', 415 'profiler/ProfileGenerator.h',
|
D | GNUmakefile.list.am | 208 Source/JavaScriptCore/profiler/ProfileGenerator.cpp \ 209 Source/JavaScriptCore/profiler/ProfileGenerator.h \
|
D | ChangeLog-2009-06-16 | 3401 * 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 …]
|
D | ChangeLog-2011-02-16 | 9722 * 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 …]
|
D | ChangeLog-2008-08-10 | 1672 * 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 …]
|
D | ChangeLog | 4259 * 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,
|
D | ChangeLog-2010-05-24 | 5334 * 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/ |
D | project.pbxproj | 336 …0E1C4FDD0085358E /* ProfileGenerator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 95CD45740E… 337 …70E1C4FDD0085358E /* ProfileGenerator.h in Headers */ = {isa = PBXBuildFile; fileRef = 95CD45750E1… 1027 …ProfileGenerator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecod… 1028 …ProfileGenerator.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 */,
|