Searched refs:profileGroup (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Source/JavaScriptCore/profiler/ |
D | Profiler.cpp | 118 if (profiles[i]->profileGroup() == currentProfileTargetGroup || !profiles[i]->origin()) in dispatchFunctionToProfiles() 127 …ntifier(callerCallFrame, function, "", 0), callerCallFrame->lexicalGlobalObject()->profileGroup()); in willExecute() 136 …ileGenerator::willExecute, callIdentifier, callerCallFrame->lexicalGlobalObject()->profileGroup()); in willExecute() 143 …ntifier(callerCallFrame, function, "", 0), callerCallFrame->lexicalGlobalObject()->profileGroup()); in didExecute() 150 …JSValue(), sourceURL, startingLineNumber), callerCallFrame->lexicalGlobalObject()->profileGroup()); in didExecute() 157 …fier(handlerCallFrame, JSValue(), "", 0), handlerCallFrame->lexicalGlobalObject()->profileGroup()); in exceptionUnwind()
|
D | ProfileGenerator.h | 51 unsigned profileGroup() const { return m_profileGroup; } in profileGroup() function
|
D | ProfileGenerator.cpp | 50 , m_profileGroup(exec ? exec->lexicalGlobalObject()->profileGroup() : 0) in ProfileGenerator()
|
/external/webkit/Source/JavaScriptCore/runtime/ |
D | JSGlobalObject.h | 214 unsigned profileGroup() const { return m_profileGroup; } in profileGroup() function
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2008-08-10 | 1664 Rename pageGroupIdentifier to profileGroup to keep mention of a 1671 (KJS::JSGlobalObject::profileGroup): 1676 (KJS::ProfileGenerator::profileGroup):
|
D | ChangeLog-2009-06-16 | 38415 (KJS::ProfileGenerator::profileGroup):
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2008-08-10 | 4524 Rename pageGroupIdentifier to profileGroup to keep mention of a
|