Changeset 221703 in webkit for trunk/Source/JavaScriptCore/b3/B3Procedure.h
- Timestamp:
- Sep 6, 2017, 2:04:25 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/b3/B3Procedure.h
r219898 r221703 187 187 188 188 unsigned numEntrypoints() const { return m_numEntrypoints; } 189 void setNumEntrypoints(unsigned numEntrypoints) { m_numEntrypoints = numEntrypoints; }190 189 JS_EXPORT_PRIVATE void setNumEntrypoints(unsigned); 190 191 191 // Only call this after code generation is complete. Note that the label for the 0th entrypoint 192 192 // should point to exactly where the code generation cursor was before you started generating
Note:
See TracChangeset
for help on using the changeset viewer.