Home
last modified time | relevance | path

Searched defs:heapRootMarker (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/JavaScriptCore/heap/
DHandleStack.cpp42 void HandleStack::mark(HeapRootMarker& heapRootMarker) in mark()
DHandleHeap.cpp63 void HandleHeap::markStrongHandles(HeapRootMarker& heapRootMarker) in markStrongHandles()
70 void HandleHeap::markWeakHandles(HeapRootMarker& heapRootMarker) in markWeakHandles()
DHeap.cpp154 void Heap::markProtectedObjects(HeapRootMarker& heapRootMarker) in markProtectedObjects()
172 void Heap::markTempSortVectors(HeapRootMarker& heapRootMarker) in markTempSortVectors()
211 HeapRootMarker heapRootMarker(markStack); in markRoots() local
/external/webkit/Source/JavaScriptCore/runtime/
DArgList.cpp42 void MarkedArgumentBuffer::markLists(HeapRootMarker& heapRootMarker, ListSet& markSet) in markLists()
DSmallStrings.cpp77 void SmallStrings::markChildren(HeapRootMarker& heapRootMarker) in markChildren()