Changeset 110206 in webkit for trunk/Source/JavaScriptCore/assembler/AbstractMacroAssembler.h
- Timestamp:
- Mar 8, 2012, 2:29:09 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/assembler/AbstractMacroAssembler.h
r110200 r110206 590 590 591 591 WeakRandom m_randomSource; 592 592 593 #if ENABLE(JIT_CONSTANT_BLINDING) 593 594 static bool scratchRegisterForBlinding() { return false; } 594 595 static bool shouldBlindForSpecificArch(uint32_t) { return true; } 595 596 static bool shouldBlindForSpecificArch(uint64_t) { return true; } 597 #endif 596 598 597 599 friend class LinkBuffer;
Note:
See TracChangeset
for help on using the changeset viewer.