Home
last modified time | relevance | path

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

/external/v8/src/
Dheap.h1237 class AllSpaces BASE_EMBEDDED {
1240 AllSpaces() { counter_ = FIRST_SPACE; } in AllSpaces() function
Dheap.cc329 AllSpaces spaces; in SizeOfObjects()
3118 AllSpaces spaces; in Print()
3690 AllSpaces spaces; in Protect()
3699 AllSpaces spaces; in Unprotect()
3727 Space* AllSpaces::next() { in next()