Changeset 221823 in webkit for trunk/Source/JavaScriptCore/jit/AssemblyHelpers.h
- Timestamp:
- Sep 9, 2017, 9:54:40 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/AssemblyHelpers.h
r221774 r221823 992 992 return GPRInfo::regT5; 993 993 } 994 995 // Add a debug call. This call has no effect on JIT code execution state. 996 void debugCall(VM&, V_DebugOperation_EPP function, void* argument); 994 997 995 998 // These methods JIT generate dynamic, debug-only checks - akin to ASSERTs. … … 1463 1466 void emitDumbVirtualCall(VM&, CallLinkInfo*); 1464 1467 1465 // FIXME: remove this when we fix https://bugs.webkit.org/show_bug.cgi?id=175145.1466 1468 Vector<BytecodeAndMachineOffset>& decodedCodeMapFor(CodeBlock*); 1467 1469 … … 1655 1657 CodeBlock* m_baselineCodeBlock; 1656 1658 1657 // FIXME: remove this when we fix https://bugs.webkit.org/show_bug.cgi?id=175145.1658 1659 HashMap<CodeBlock*, Vector<BytecodeAndMachineOffset>> m_decodedCodeMaps; 1659 1660 };
Note:
See TracChangeset
for help on using the changeset viewer.