Changeset 252021 in webkit for trunk/Source/JavaScriptCore/jit/JIT.h
- Timestamp:
- Nov 4, 2019, 3:47:07 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JIT.h
r252015 r252021 920 920 GetPutInfo copiedGetPutInfo(OpPutToScope); 921 921 template<typename BinaryOp> 922 BinaryArithProfile copiedArithProfile(BinaryOp);922 ArithProfile copiedArithProfile(BinaryOp); 923 923 924 924 Interpreter* m_interpreter; … … 940 940 941 941 HashMap<unsigned, unsigned> m_copiedGetPutInfos; 942 HashMap<uint64_t, BinaryArithProfile> m_copiedArithProfiles;942 HashMap<uint64_t, ArithProfile> m_copiedArithProfiles; 943 943 944 944 JumpList m_exceptionChecks;
Note:
See TracChangeset
for help on using the changeset viewer.