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