Searched refs:IsGlobalEmpty (Results 1 – 4 of 4) sorted by relevance
158 !active_.IsGlobalEmpty() || !on_hold_.IsGlobalEmpty()) { in IsEmpty()166 !(cw.second->IsLocalEmpty() && cw.second->IsGlobalEmpty())) { in IsEmpty()183 if (!active_.IsLocalEmpty() && active_.IsGlobalEmpty()) { in ShareWork()188 if (!shared->IsLocalEmpty() && shared->IsGlobalEmpty()) { in ShareWork()
51 return regular_object_promotion_list_local_.IsGlobalEmpty() && in IsGlobalPoolEmpty()52 large_object_promotion_list_local_.IsGlobalEmpty(); in IsGlobalPoolEmpty()
28 if (!discovered_ephemeron_pairs_worklist_.IsGlobalEmpty()) { in FlushDiscoveredEphemeronPairs()
297 bool IsGlobalEmpty() const;413 return IsLocalEmpty() && IsGlobalEmpty(); in IsLocalAndGlobalEmpty()422 bool Worklist<EntryType, SegmentSize>::Local::IsGlobalEmpty() const { in IsGlobalEmpty() function