Changeset 43105 in webkit for trunk/JavaScriptCore/bytecode/SamplingTool.h
- Timestamp:
- Apr 30, 2009, 4:55:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bytecode/SamplingTool.h
r43087 r43105 235 235 } 236 236 237 bool isNull() { return !m_sample || !m_codeBlock; }237 bool isNull() { return !m_sample; } 238 238 CodeBlock* codeBlock() { return m_codeBlock; } 239 239 Instruction* vPC() { return reinterpret_cast<Instruction*>(m_sample & ~0x3); }
Note:
See TracChangeset
for help on using the changeset viewer.