Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/jit/
DJITStubs.h101 Profiler** enabledProfilerReference; member
137 Profiler** enabledProfilerReference; member
167 Profiler** enabledProfilerReference; member
195 Profiler** enabledProfilerReference; member
227 Profiler** enabledProfilerReference; member
248 Profiler** enabledProfilerReference; member
DJITCode.h77 …code.executableAddress(), registerFile, callFrame, 0, Profiler::enabledProfilerReference(), global… in execute()
DJITStubs.cpp774 …ASSERT(OBJECT_OFFSETOF(struct JITStackFrame, enabledProfilerReference) == ENABLE_PROFILER_REFERENC… in JITThunks()
794 …ASSERT(OBJECT_OFFSETOF(struct JITStackFrame, enabledProfilerReference) == ENABLE_PROFILER_REFERENC… in JITThunks()
2253 ASSERT(*stackFrame.enabledProfilerReference); in DEFINE_STUB_FUNCTION()
2254 …(*stackFrame.enabledProfilerReference)->willExecute(stackFrame.callFrame, stackFrame.args[0].jsVal… in DEFINE_STUB_FUNCTION()
2261 ASSERT(*stackFrame.enabledProfilerReference); in DEFINE_STUB_FUNCTION()
2262 …(*stackFrame.enabledProfilerReference)->didExecute(stackFrame.callFrame, stackFrame.args[0].jsValu… in DEFINE_STUB_FUNCTION()
DJITOpcodes32_64.cpp1651 peek(regT2, OBJECT_OFFSETOF(JITStackFrame, enabledProfilerReference) / sizeof(void*)); in emit_op_profile_will_call()
1662 peek(regT2, OBJECT_OFFSETOF(JITStackFrame, enabledProfilerReference) / sizeof(void*)); in emit_op_profile_did_call()
DJITOpcodes.cpp1289 peek(regT1, OBJECT_OFFSETOF(JITStackFrame, enabledProfilerReference) / sizeof(void*)); in emit_op_profile_will_call()
1301 peek(regT1, OBJECT_OFFSETOF(JITStackFrame, enabledProfilerReference) / sizeof(void*)); in emit_op_profile_did_call()
/external/webkit/Source/JavaScriptCore/profiler/
DProfiler.h51 static Profiler** enabledProfilerReference() in enabledProfilerReference() function
/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp682 if (Profiler* profiler = *Profiler::enabledProfilerReference()) in throwException()
688 if (Profiler* profiler = *Profiler::enabledProfilerReference()) in throwException()
756 Profiler** profiler = Profiler::enabledProfilerReference(); in execute()
827 Profiler** profiler = Profiler::enabledProfilerReference(); in executeCall()
859 Profiler** profiler = Profiler::enabledProfilerReference(); in executeCall()
916 Profiler** profiler = Profiler::enabledProfilerReference(); in executeConstruct()
951 Profiler** profiler = Profiler::enabledProfilerReference(); in executeConstruct()
1018 Profiler** profiler = Profiler::enabledProfilerReference(); in execute()
1124 Profiler** profiler = Profiler::enabledProfilerReference(); in execute()
1452 Profiler** enabledProfilerReference = Profiler::enabledProfilerReference(); in privateExecute() local
[all …]
/external/webkit/Source/JavaScriptCore/runtime/
DJSGlobalObject.cpp94 Profiler** profiler = Profiler::enabledProfilerReference(); in ~JSGlobalObject()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2008-08-108937 (KJS::Profiler::enabledProfilerReference):