Home
last modified time | relevance | path

Searched refs:OldSpaces (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/heap/
Dgc-tracer.cc14 OldSpaces spaces(heap); in CountTotalHolesSize()
Dheap.h2145 class OldSpaces BASE_EMBEDDED {
2147 explicit OldSpaces(Heap* heap) : heap_(heap), counter_(OLD_POINTER_SPACE) {} in OldSpaces() function
Dheap.cc5445 OldSpace* OldSpaces::next() { in next()
/external/v8/src/
Dd8.cc1505 i::OldSpaces spit(heap); in DumpHeapConstants()