Home
last modified time | relevance | path

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

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