Home
last modified time | relevance | path

Searched refs:profileGroup (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/JavaScriptCore/profiler/
DProfiler.cpp118 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()
DProfileGenerator.h51 unsigned profileGroup() const { return m_profileGroup; } in profileGroup() function
DProfileGenerator.cpp50 , m_profileGroup(exec ? exec->lexicalGlobalObject()->profileGroup() : 0) in ProfileGenerator()
/external/webkit/Source/JavaScriptCore/runtime/
DJSGlobalObject.h214 unsigned profileGroup() const { return m_profileGroup; } in profileGroup() function
/external/webkit/Source/JavaScriptCore/
DChangeLog-2008-08-101664 Rename pageGroupIdentifier to profileGroup to keep mention of a
1671 (KJS::JSGlobalObject::profileGroup):
1676 (KJS::ProfileGenerator::profileGroup):
DChangeLog-2009-06-1638415 (KJS::ProfileGenerator::profileGroup):
/external/webkit/Source/WebCore/
DChangeLog-2008-08-104524 Rename pageGroupIdentifier to profileGroup to keep mention of a