HomeSort by relevance Sort by last modified time
    Searched defs:is_zygote (Results 1 - 3 of 3) sorted by null

  /art/runtime/gc/space/
large_object_space.h 151 bool is_zygote; member in struct:art::gc::space::LargeObjectMapSpace::LargeObject
image_space.cc 480 bool is_zygote,
490 const bool rw_lock = is_zygote || !is_global_cache;
1462 const bool is_zygote = Runtime::Current()->IsZygote(); local
    [all...]
  /art/runtime/gc/
heap.cc 298 const bool is_zygote = runtime->IsZygote(); local
299 if (!is_zygote) {
352 bool separate_non_moving_space = is_zygote ||
380 const char* space_name = is_zygote ? kZygoteSpaceName : kNonMovingSpaceName;
394 if (separate_non_moving_space || !is_zygote) {
611 (is_zygote || separate_non_moving_space || foreground_collector_type_ == kCollectorTypeGSS)) {
    [all...]

Completed in 163 milliseconds