Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc480 bool is_zygote, in Load() argument
490 const bool rw_lock = is_zygote || !is_global_cache; in Load()
1462 const bool is_zygote = Runtime::Current()->IsZygote(); in CreateBootImage() local
1463 if (is_zygote && !secondary_image && CanWriteToDalvikCache(image_isa)) { in CreateBootImage()
1490 if (is_zygote && dalvik_cache_exists) { in CreateBootImage()
1523 is_zygote, in CreateBootImage()
1540 is_zygote, in CreateBootImage()
1560 is_zygote, in CreateBootImage()
1585 is_zygote, in CreateBootImage()
1614 is_zygote, in CreateBootImage()
Dlarge_object_space.h151 bool is_zygote; member
Dlarge_object_space.cc173 return it->second.is_zygote; in IsZygoteLargeObject()
179 pair.second.is_zygote = true; in SetAllLargeObjectsAsZygoteObjects()
/art/runtime/gc/
Dheap.cc298 const bool is_zygote = runtime->IsZygote(); in Heap() local
299 if (!is_zygote) { in Heap()
352 bool separate_non_moving_space = is_zygote || in Heap()
380 const char* space_name = is_zygote ? kZygoteSpaceName : kNonMovingSpaceName; in Heap()
394 if (separate_non_moving_space || !is_zygote) { in Heap()
611 (is_zygote || separate_non_moving_space || foreground_collector_type_ == kCollectorTypeGSS)) { in Heap()