Searched refs:enabledProfilerReference (Results 1 – 9 of 9) sorted by relevance
/external/webkit/Source/JavaScriptCore/jit/ |
D | JITStubs.h | 101 Profiler** enabledProfilerReference; member 137 Profiler** enabledProfilerReference; member 167 Profiler** enabledProfilerReference; member 195 Profiler** enabledProfilerReference; member 227 Profiler** enabledProfilerReference; member 248 Profiler** enabledProfilerReference; member
|
D | JITCode.h | 77 …code.executableAddress(), registerFile, callFrame, 0, Profiler::enabledProfilerReference(), global… in execute()
|
D | JITStubs.cpp | 774 …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()
|
D | JITOpcodes32_64.cpp | 1651 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()
|
D | JITOpcodes.cpp | 1289 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/ |
D | Profiler.h | 51 static Profiler** enabledProfilerReference() in enabledProfilerReference() function
|
/external/webkit/Source/JavaScriptCore/interpreter/ |
D | Interpreter.cpp | 682 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/ |
D | JSGlobalObject.cpp | 94 Profiler** profiler = Profiler::enabledProfilerReference(); in ~JSGlobalObject()
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2008-08-10 | 8937 (KJS::Profiler::enabledProfilerReference):
|