Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.cc129 static const char* kZygoteSpaceName = "zygote space"; variable
484 const char* space_name = is_zygote ? kZygoteSpaceName : kNonMovingSpaceName; in Heap()