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

  /external/webkit/JavaScriptCore/profiler/
Profiler.h 60 void willExecute(ExecState*, JSValue function);
61 void willExecute(ExecState*, const UString& sourceURL, int startingLineNumber);
ProfileGenerator.h 53 void willExecute(const CallIdentifier&);
Profiler.cpp 108 void Profiler::willExecute(ExecState* exec, JSValue function)
112 dispatchFunctionToProfiles(m_currentProfiles, &ProfileGenerator::willExecute, createCallIdentifier(exec, function, "", 0), exec->lexicalGlobalObject()->profileGroup());
115 void Profiler::willExecute(ExecState* exec, const UString& sourceURL, int startingLineNumber)
121 dispatchFunctionToProfiles(m_currentProfiles, &ProfileGenerator::willExecute, callIdentifier, exec->lexicalGlobalObject()->profileGroup());
ProfileGenerator.cpp 75 void ProfileGenerator::willExecute(const CallIdentifier& callIdentifier)
87 m_currentNode = m_currentNode->willExecute(callIdentifier);
ProfileNode.cpp 89 ProfileNode* ProfileNode::willExecute(const CallIdentifier& callIdentifier)
ProfileNode.h 57 ProfileNode* willExecute(const CallIdentifier&);
  /external/webkit/JavaScriptCore/interpreter/
Interpreter.cpp 612 (*profiler)->willExecute(newCallFrame, program->sourceURL(), program->lineNo());
678 (*profiler)->willExecute(callFrame, function);
746 (*profiler)->willExecute(closure.oldCallFrame, closure.function);
    [all...]
  /external/webkit/JavaScriptCore/jit/
JITStubs.cpp     [all...]

Completed in 79 milliseconds