Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dlarge_object_space.h145 bool is_zygote; member
Dimage_space.cc390 const bool is_zygote = Runtime::Current()->IsZygote(); in CreateBootImage() local
391 if (is_global_cache && is_zygote) { in CreateBootImage()
410 if (is_zygote && !secondary_image) { in CreateBootImage()
447 if (is_zygote) { in CreateBootImage()
511 const bool rw_lock = is_zygote || !is_global_cache; in CreateBootImage()
Dlarge_object_space.cc180 return it->second.is_zygote; in IsZygoteLargeObject()
186 pair.second.is_zygote = true; in SetAllLargeObjectsAsZygoteObjects()
/art/runtime/gc/
Dheap.cc258 const bool is_zygote = runtime->IsZygote(); in Heap() local
259 if (!is_zygote) { in Heap()
363 bool separate_non_moving_space = is_zygote || in Heap()
391 const char* space_name = is_zygote ? kZygoteSpaceName: kNonMovingSpaceName; in Heap()
405 if (separate_non_moving_space || !is_zygote) { in Heap()
606 (is_zygote || separate_non_moving_space || foreground_collector_type_ == kCollectorTypeGSS)) { in Heap()