Searched refs:profileGroup (Results 1 – 8 of 8) sorted by relevance
/external/webkit/JavaScriptCore/profiler/ |
D | Profiler.cpp | 103 …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()
|
D | ProfileGenerator.h | 50 unsigned profileGroup() const { return m_profileGroup; } in profileGroup() function
|
D | ProfileGenerator.cpp | 50 , m_profileGroup(originatingExec ? originatingExec->lexicalGlobalObject()->profileGroup() : 0) in ProfileGenerator()
|
/external/webkit/JavaScriptCore/runtime/ |
D | JSGlobalObject.h | 151 unsigned profileGroup; member 234 void setProfileGroup(unsigned value) { d()->profileGroup = value; } in setProfileGroup() 235 unsigned profileGroup() const { return d()->profileGroup; } in profileGroup() function
|
D | JSGlobalObject.cpp | 149 d()->profileGroup = 0; in init()
|
/external/webkit/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/WebCore/ |
D | ChangeLog-2008-08-10 | 4524 Rename pageGroupIdentifier to profileGroup to keep mention of a
|