Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmark-compact.cc348 AllocationSpaceName(space->identity()), number_of_pages, in TraceFragmentation()
691 const char* AllocationSpaceName(AllocationSpace space) { in AllocationSpaceName() function
725 AllocationSpaceName(space->identity()), p->LiveBytes()); in FreeListFragmentation()
746 reinterpret_cast<void*>(p), AllocationSpaceName(space->identity()), in FreeListFragmentation()
878 AllocationSpaceName(space->identity()), in CollectEvacuationCandidates()
913 AllocationSpaceName(space->identity())); in CollectEvacuationCandidates()
4240 AllocationSpaceName(space->identity()), pages_swept); in SweepSpace()
Dmark-compact.h952 const char* AllocationSpaceName(AllocationSpace space);
Dspaces.cc3087 AllocationSpaceName(this->owner()->identity())); in Print()
/external/v8/src/
Dd8.cc1509 const char* sname = AllocationSpaceName(s->identity()); in DumpHeapConstants()