Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmark-compact.h897 const char* AllocationSpaceName(AllocationSpace space);
Dmark-compact.cc281 AllocationSpaceName(space->identity()), number_of_pages, in TraceFragmentation()
626 const char* AllocationSpaceName(AllocationSpace space) { in AllocationSpaceName() function
783 AllocationSpaceName(space->identity()), free_bytes / KB, in CollectEvacuationCandidates()
806 AllocationSpaceName(space->identity()), reduce_memory, in CollectEvacuationCandidates()
3993 AllocationSpaceName(space->identity()), will_be_swept); in StartSweepSpace()
Dspaces.cc3230 AllocationSpaceName(this->owner()->identity())); in AllocateChunk()
/external/v8/src/snapshot/
Dserializer.cc67 PrintF("%16s", AllocationSpaceName(static_cast<AllocationSpace>(space))); in OutputStatistics()
/external/v8/src/
Dd8.cc2400 const char* sname = AllocationSpaceName(s->identity()); in DumpHeapConstants()