Changeset 287516 in webkit for trunk/Source/JavaScriptCore/assembler/AbstractMacroAssembler.h
- Timestamp:
- Jan 2, 2022, 7:38:03 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/assembler/AbstractMacroAssembler.h
r284330 r287516 900 900 } 901 901 902 template<PtrTag jumpTag>903 static void repatchJumpToNop(CodeLocationJump<jumpTag> jump)904 {905 AssemblerType::relinkJumpToNop(jump.dataLocation());906 }907 908 902 template<PtrTag callTag, PtrTag destTag> 909 903 static void repatchNearCall(CodeLocationNearCall<callTag> nearCall, CodeLocationLabel<destTag> destination)
Note:
See TracChangeset
for help on using the changeset viewer.