Changeset 68764 in webkit for trunk/JavaScriptCore/assembler
- Timestamp:
- Sep 30, 2010, 1:37:27 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/assembler/ARMv7Assembler.h
r65150 r68764 1793 1793 1794 1794 setPointer(reinterpret_cast<uint16_t*>(from) - 1, to); 1795 1796 ExecutableAllocator::cacheFlush(reinterpret_cast<uint16_t*>(from) - 5, 4 * sizeof(uint16_t));1797 1795 } 1798 1796 … … 1802 1800 1803 1801 setInt32(where, value); 1804 1805 ExecutableAllocator::cacheFlush(reinterpret_cast<uint16_t*>(where) - 4, 4 * sizeof(uint16_t));1806 1802 } 1807 1803 … … 1811 1807 1812 1808 setPointer(where, value); 1813 1814 ExecutableAllocator::cacheFlush(reinterpret_cast<uint16_t*>(where) - 4, 4 * sizeof(uint16_t));1815 1809 } 1816 1810
Note:
See TracChangeset
for help on using the changeset viewer.