Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc478 bool is_zygote, in Load() argument
493 const bool rw_lock = is_zygote || !is_global_cache; in Load()
1440 const bool is_zygote = Runtime::Current()->IsZygote(); in CreateBootImage() local
1441 if (is_zygote && !secondary_image && CanWriteToDalvikCache(image_isa)) { in CreateBootImage()
1468 if (is_zygote && dalvik_cache_exists) { in CreateBootImage()
1501 is_zygote, in CreateBootImage()
1518 is_zygote, in CreateBootImage()
1538 is_zygote, in CreateBootImage()
1563 is_zygote, in CreateBootImage()
1592 is_zygote, in CreateBootImage()
Dlarge_object_space.h151 bool is_zygote; member
Dlarge_object_space.cc170 return it->second.is_zygote; in IsZygoteLargeObject()
176 pair.second.is_zygote = true; in SetAllLargeObjectsAsZygoteObjects()
/art/runtime/gc/
Dheap.cc297 const bool is_zygote = runtime->IsZygote(); in Heap() local
298 if (!is_zygote) { in Heap()
351 bool separate_non_moving_space = is_zygote || in Heap()
379 const char* space_name = is_zygote ? kZygoteSpaceName : kNonMovingSpaceName; in Heap()
393 if (separate_non_moving_space || !is_zygote) { in Heap()
609 (is_zygote || separate_non_moving_space || foreground_collector_type_ == kCollectorTypeGSS)) { in Heap()