Changeset 277963 in webkit for trunk/Source/JavaScriptCore/jit/JITCodeMap.h
- Timestamp:
- May 24, 2021, 12:29:38 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JITCodeMap.h
r276610 r277963 59 59 explicit operator bool() const { return m_size; } 60 60 61 size_t memorySize() const { return sizeof(CodeLocationLabel<JSEntryPtrTag>) * m_size + sizeof(BytecodeIndex) * m_size; }62 63 61 private: 64 62 CodeLocationLabel<JSEntryPtrTag>* codeLocations() const
Note:
See TracChangeset
for help on using the changeset viewer.