Searched refs:kFlagZygote (Results 1 – 1 of 1) sorted by relevance
286 return (alloc_size_ & kFlagZygote) != 0; in IsZygoteObject()290 alloc_size_ |= kFlagZygote; in SetZygoteObject()327 static constexpr uint32_t kFlagZygote = 0x40000000; // If the large object is a zygote object. member in art::gc::space::AllocationInfo328 static constexpr uint32_t kFlagsMask = ~(kFlagFree | kFlagZygote); // Combined flags for masking.