Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/profiler/
DProfiler.cpp103 …if (profiles[i]->profileGroup() == currentProfileTargetGroup || !profiles[i]->originatingGlobalExe… in dispatchFunctionToProfiles()
112 …Execute, createCallIdentifier(exec, function, "", 0), exec->lexicalGlobalObject()->profileGroup()); in willExecute()
121 …iles, &ProfileGenerator::willExecute, callIdentifier, exec->lexicalGlobalObject()->profileGroup()); in willExecute()
128 …Execute, createCallIdentifier(exec, function, "", 0), exec->lexicalGlobalObject()->profileGroup()); in didExecute()
135 …fier(exec, JSValue(), sourceURL, startingLineNumber), exec->lexicalGlobalObject()->profileGroup()); in didExecute()
DProfileGenerator.h50 unsigned profileGroup() const { return m_profileGroup; } in profileGroup() function
DProfileGenerator.cpp50 , m_profileGroup(originatingExec ? originatingExec->lexicalGlobalObject()->profileGroup() : 0) in ProfileGenerator()
/external/webkit/JavaScriptCore/runtime/
DJSGlobalObject.h151 unsigned profileGroup; member
234 void setProfileGroup(unsigned value) { d()->profileGroup = value; } in setProfileGroup()
235 unsigned profileGroup() const { return d()->profileGroup; } in profileGroup() function
DJSGlobalObject.cpp149 d()->profileGroup = 0; in init()
/external/webkit/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/WebCore/
DChangeLog-2008-08-104524 Rename pageGroupIdentifier to profileGroup to keep mention of a