Changeset 37316 in webkit for trunk/JavaScriptCore/VM/SamplingTool.h
- Timestamp:
- Oct 5, 2008, 10:38:32 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/SamplingTool.h
r36402 r37316 108 108 m_recordedCodeBlock = 0; 109 109 m_recordedVPC = 0; 110 #if ENABLE(SAMPLING_TOOL) 111 currentOpcodeID = static_cast<OpcodeID>(-1); 112 #endif 110 113 } 111 114 … … 143 146 #define MACHINE_SAMPLING_privateExecuteReturned() m_sampler->privateExecuteReturned() 144 147 #define MACHINE_SAMPLING_callingHostFunction() m_sampler->callingHostFunction() 145 #define CTI_MACHINE_SAMPLING_callingHostFunction() machine->m_sampler->callingHostFunction()148 #define CTI_MACHINE_SAMPLING_callingHostFunction() ARG_globalData->machine->m_sampler->callingHostFunction() 146 149 #else 147 150 #define SCOPENODE_SAMPLING_notifyOfScope(sampler)
Note:
See TracChangeset
for help on using the changeset viewer.