Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.h2508 class AllSpaces BASE_EMBEDDED {
2510 explicit AllSpaces(Heap* heap) : heap_(heap), counter_(FIRST_SPACE) {} in AllSpaces() function
Dheap.cc247 AllSpaces spaces(this); in Available()
475 AllSpaces spaces(this); in SizeOfObjects()
4307 AllSpaces spaces(this); in Print()
5500 Space* AllSpaces::next() { in next()