Searched defs:collectionSet (Results 1 – 4 of 4) sorted by relevance
75 auto collectionSet = CreateCollectionSet(16U); in TEST_F() local92 auto collectionSet = CreateCollectionSet(16U); in TEST_F() local123 auto collectionSet = CreateCollectionSet(16U); in TEST_F() local
518 PandaSet<Region *> collectionSet; in GetCollectionSet() local
724 CollectionSet collectionSet = GetFullCollectionSet(); in RunFullGC() local782 void G1GC<LanguageConfig>::RunMixedGC(panda::GCTask &task, const CollectionSet &collectionSet) in RunMixedGC()1129 …C<LanguageConfig> G1GC<LanguageConfig>::CollectVerificationInfo(const CollectionSet &collectionSet) in CollectVerificationInfo()1145 const CollectionSet &collectionSet) in VerifyCollectAndMove()1172 bool G1GC<LanguageConfig>::CollectAndMove(const CollectionSet &collectionSet) in CollectAndMove()1605 CollectionSet collectionSet(g1Allocator->GetYoungRegions()); in GetCollectibleRegions() local1620 void G1GC<LanguageConfig>::AddOldRegionsMaxAllowed(CollectionSet &collectionSet) in AddOldRegionsMaxAllowed()1644 void G1GC<LanguageConfig>::AddOldRegionsAccordingPauseTimeGoal(CollectionSet &collectionSet) in AddOldRegionsAccordingPauseTimeGoal()1711 CollectionSet collectionSet(g1Allocator->GetYoungRegions()); in GetFullCollectionSet() local2026 void G1GC<LanguageConfig>::RestoreYoungCards(const CollectionSet &collectionSet) in RestoreYoungCards()[all …]
102 void G1Analytics::ReportCollectionEnd(uint64_t endTime, const CollectionSet &collectionSet) in ReportCollectionEnd()