Home
last modified time | relevance | path

Searched refs:enabledProfilerReference (Results 1 – 5 of 5) sorted by relevance

/external/webkit/JavaScriptCore/profiler/
DProfiler.h49 static Profiler** enabledProfilerReference() in enabledProfilerReference() function
/external/webkit/JavaScriptCore/interpreter/
DInterpreter.cpp710 if (Profiler* profiler = *Profiler::enabledProfilerReference()) { in unwindCallFrame()
791 if (Profiler* profiler = *Profiler::enabledProfilerReference()) { in throwException()
856 Profiler** profiler = Profiler::enabledProfilerReference(); in execute()
922 Profiler** profiler = Profiler::enabledProfilerReference(); in execute()
1014 Profiler** profiler = Profiler::enabledProfilerReference(); in execute()
1419 Profiler** enabledProfilerReference = Profiler::enabledProfilerReference(); in privateExecute() local
3890 if (*enabledProfilerReference) in privateExecute()
3891 … (*enabledProfilerReference)->willExecute(callFrame, callFrame[function].jsValue(callFrame)); in privateExecute()
3904 if (*enabledProfilerReference) in privateExecute()
3905 … (*enabledProfilerReference)->didExecute(callFrame, callFrame[function].jsValue(callFrame)); in privateExecute()
/external/webkit/JavaScriptCore/runtime/
DJSGlobalObject.cpp100 Profiler** profiler = Profiler::enabledProfilerReference(); in ~JSGlobalObject()
/external/webkit/JavaScriptCore/jit/
DJIT.h359 … code, registerFile, callFrame, exception, Profiler::enabledProfilerReference(), globalData)); in execute()
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-108937 (KJS::Profiler::enabledProfilerReference):