HomeSort by relevance Sort by last modified time
    Searched refs:profileGroup (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/JavaScriptCore/profiler/
ProfileGenerator.h 51 unsigned profileGroup() const { return m_profileGroup; }
Profiler.cpp 118 if (profiles[i]->profileGroup() == currentProfileTargetGroup || !profiles[i]->origin())
127 dispatchFunctionToProfiles(callerCallFrame, m_currentProfiles, &ProfileGenerator::willExecute, createCallIdentifier(callerCallFrame, function, "", 0), callerCallFrame->lexicalGlobalObject()->profileGroup());
136 dispatchFunctionToProfiles(callerCallFrame, m_currentProfiles, &ProfileGenerator::willExecute, callIdentifier, callerCallFrame->lexicalGlobalObject()->profileGroup());
143 dispatchFunctionToProfiles(callerCallFrame, m_currentProfiles, &ProfileGenerator::didExecute, createCallIdentifier(callerCallFrame, function, "", 0), callerCallFrame->lexicalGlobalObject()->profileGroup());
150 dispatchFunctionToProfiles(callerCallFrame, m_currentProfiles, &ProfileGenerator::didExecute, createCallIdentifier(callerCallFrame, JSValue(), sourceURL, startingLineNumber), callerCallFrame->lexicalGlobalObject()->profileGroup());
157 dispatchFunctionToProfiles(handlerCallFrame, m_currentProfiles, &ProfileGenerator::exceptionUnwind, createCallIdentifier(handlerCallFrame, JSValue(), "", 0), handlerCallFrame->lexicalGlobalObject()->profileGroup());
ProfileGenerator.cpp 50 , m_profileGroup(exec ? exec->lexicalGlobalObject()->profileGroup() : 0)
  /external/webkit/Source/JavaScriptCore/runtime/
JSGlobalObject.h 214 unsigned profileGroup() const { return m_profileGroup; }

Completed in 276 milliseconds