Changeset 156126 in webkit for trunk/Source/JavaScriptCore/bytecode/CodeBlock.h
- Timestamp:
- Sep 19, 2013, 3:42:35 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/CodeBlock.h
r156050 r156126 233 233 #endif // ENABLE(LLINT) 234 234 235 #if ENABLE(DFG_JIT) || ENABLE(LLINT)236 235 void setJITCodeMap(PassOwnPtr<CompactJITCodeMap> jitCodeMap) 237 236 { … … 242 241 return m_jitCodeMap.get(); 243 242 } 244 #endif245 243 246 244 unsigned bytecodeOffset(Instruction* returnAddress) … … 1096 1094 SentinelLinkedList<CallLinkInfo, BasicRawSentinelNode<CallLinkInfo> > m_incomingCalls; 1097 1095 #endif 1098 #if ENABLE(DFG_JIT) || ENABLE(LLINT)1099 1096 OwnPtr<CompactJITCodeMap> m_jitCodeMap; 1100 #endif1101 1097 #if ENABLE(DFG_JIT) 1102 1098 // This is relevant to non-DFG code blocks that serve as the profiled code block
Note:
See TracChangeset
for help on using the changeset viewer.