Searched refs:is_zygote (Results 1 – 5 of 5) sorted by relevance
287 jboolean is_zygote, in ZygoteHooks_nativePostForkChild() argument289 DCHECK(!(is_system_server && is_zygote)); in ZygoteHooks_nativePostForkChild()365 DCHECK(!(is_zygote && do_hidden_api_checks)) in ZygoteHooks_nativePostForkChild()380 if (is_zygote) { in ZygoteHooks_nativePostForkChild()
514 bool is_zygote, in Load() argument524 const bool rw_lock = is_zygote || !is_global_cache; in Load()1507 const bool is_zygote = Runtime::Current()->IsZygote(); in CreateBootImage() local1508 if (is_zygote && !secondary_image && CanWriteToDalvikCache(image_isa)) { in CreateBootImage()1537 if (is_zygote && dalvik_cache_exists && !secondary_image) { in CreateBootImage()1582 is_zygote, in CreateBootImage()1599 is_zygote, in CreateBootImage()1619 is_zygote, in CreateBootImage()1646 is_zygote, in CreateBootImage()1675 is_zygote, in CreateBootImage()
152 bool is_zygote; member
175 return it->second.is_zygote; in IsZygoteLargeObject()181 pair.second.is_zygote = true; in SetAllLargeObjectsAsZygoteObjects()
300 const bool is_zygote = runtime->IsZygote(); in Heap() local301 if (!is_zygote) { in Heap()354 bool separate_non_moving_space = is_zygote || in Heap()382 const char* space_name = is_zygote ? kZygoteSpaceName : kNonMovingSpaceName; in Heap()396 if (separate_non_moving_space || !is_zygote) { in Heap()608 (is_zygote || separate_non_moving_space || foreground_collector_type_ == kCollectorTypeGSS)) { in Heap()