|
|
Oilpan: Remove a visitor parameter from isHeapObjectAlive
The goal of this CL is to remove a visitor parameter from isHeapObjectAlive
(in preparation for removing a global variable, Heap::s_markingVisitor).
isHeapObjectAlive is just checking whether a given object is marked or not,
and thus it shouldn't need a visitor. So this change would make sense.
Most of the changes in this CL are just moving code around to make the CL compilable.
BUG= 490087
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=196376
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+167 lines, -166 lines) |
Patch |
 |
M |
Source/core/css/resolver/MatchedPropertiesCache.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/frame/EventHandlerRegistry.cpp
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/frame/LocalFrame.cpp
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/frame/PlatformEventDispatcher.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/html/HTMLMediaElement.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/svg/SVGElementRareData.cpp
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/modules/accessibility/AXObjectCacheImpl.cpp
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/modules/mediasource/MediaSource.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/modules/mediastream/RTCDataChannel.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/platform/heap/GarbageCollected.h
|
View
|
1
|
5 chunks |
+38 lines, -19 lines |
0 comments
|
Download
|
 |
M |
Source/platform/heap/Handle.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/platform/heap/Heap.h
|
View
|
1
|
4 chunks |
+61 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/platform/heap/HeapAllocator.h
|
View
|
1
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/platform/heap/HeapTest.cpp
|
View
|
1
|
6 chunks |
+9 lines, -10 lines |
0 comments
|
Download
|
 |
M |
Source/platform/heap/InlinedGlobalMarkingVisitor.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/platform/heap/MarkingVisitor.h
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
Source/platform/heap/MarkingVisitorImpl.h
|
View
|
|
2 chunks |
+1 line, -6 lines |
0 comments
|
Download
|
 |
M |
Source/platform/heap/ThreadState.h
|
View
|
1
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/platform/heap/ThreadState.cpp
|
View
|
1
|
2 chunks |
+10 lines, -4 lines |
0 comments
|
Download
|
 |
M |
Source/platform/heap/TraceTraits.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/platform/heap/Visitor.h
|
View
|
1
|
4 chunks |
+2 lines, -79 lines |
0 comments
|
Download
|
 |
M |
Source/web/WebFrame.cpp
|
View
|
|
2 chunks |
+12 lines, -14 lines |
0 comments
|
Download
|
 |
M |
Source/wtf/DefaultAllocator.h
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/wtf/HashTable.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/wtf/Vector.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
public/web/WebFrame.h
|
View
|
|
2 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
Total messages: 24 (6 generated)
|