Searched refs:profileGroup (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/profiler/
H A DLegacyProfiler.cpp123 if (profiles[i]->profileGroup() == currentProfileTargetGroup || !profiles[i]->origin())
132 dispatchFunctionToProfiles(callerCallFrame, m_currentProfiles, &ProfileGenerator::willExecute, createCallIdentifier(callerCallFrame, function, "", 0), callerCallFrame->lexicalGlobalObject()->profileGroup());
141 dispatchFunctionToProfiles(callerCallFrame, m_currentProfiles, &ProfileGenerator::willExecute, callIdentifier, callerCallFrame->lexicalGlobalObject()->profileGroup());
148 dispatchFunctionToProfiles(callerCallFrame, m_currentProfiles, &ProfileGenerator::didExecute, createCallIdentifier(callerCallFrame, function, "", 0), callerCallFrame->lexicalGlobalObject()->profileGroup());
155 dispatchFunctionToProfiles(callerCallFrame, m_currentProfiles, &ProfileGenerator::didExecute, createCallIdentifier(callerCallFrame, JSValue(), sourceURL, startingLineNumber), callerCallFrame->lexicalGlobalObject()->profileGroup());
162 dispatchFunctionToProfiles(handlerCallFrame, m_currentProfiles, &ProfileGenerator::exceptionUnwind, createCallIdentifier(handlerCallFrame, JSValue(), "", 0), handlerCallFrame->lexicalGlobalObject()->profileGroup());
H A DProfileGenerator.h50 unsigned profileGroup() const { return m_profileGroup; } function in class:JSC::ProfileGenerator
H A DProfileGenerator.cpp51 , m_profileGroup(exec ? exec->lexicalGlobalObject()->profileGroup() : 0)
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSGlobalObject.h97 : profileGroup(0)
102 unsigned profileGroup; member in struct:JSC::JSGlobalObject::JSGlobalObjectRareData
351 void setProfileGroup(unsigned value) { createRareDataIfNeeded(); m_rareData->profileGroup = value; }
352 unsigned profileGroup() const function in class:JSC::JSGlobalObject
356 return m_rareData->profileGroup;

Completed in 118 milliseconds