Changeset 187118 in webkit for trunk/Source/JavaScriptCore/dfg/DFGObjectAllocationSinkingPhase.cpp
- Timestamp:
- Jul 21, 2015, 1:15:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGObjectAllocationSinkingPhase.cpp
r186860 r187118 537 537 } 538 538 539 const HashMap<Node*, Allocation> allocations() const539 const HashMap<Node*, Allocation>& allocations() const 540 540 { 541 541 return m_allocations; 542 542 } 543 543 544 const HashMap<Node*, Node*> pointers() const544 const HashMap<Node*, Node*>& pointers() const 545 545 { 546 546 return m_pointers;
Note:
See TracChangeset
for help on using the changeset viewer.