Home
last modified time | relevance | path

Searched refs:AllSpaces (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/v8/src/heap/
Dheap.h2131 class AllSpaces BASE_EMBEDDED {
2133 explicit AllSpaces(Heap* heap) : heap_(heap), counter_(FIRST_SPACE) {} in AllSpaces() function
Dheap.cc462 AllSpaces spaces(this); in SizeOfObjects()
4388 AllSpaces spaces(this); in Print()
5401 Space* AllSpaces::next() { in next()