Home
last modified time | relevance | path

Searched defs:collectionSet (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
Dg1_analytics_test.cpp75 auto collectionSet = CreateCollectionSet(16U); in TEST_F() local
92 auto collectionSet = CreateCollectionSet(16U); in TEST_F() local
123 auto collectionSet = CreateCollectionSet(16U); in TEST_F() local
Dg1gc_test.cpp518 PandaSet<Region *> collectionSet; in GetCollectionSet() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-gc.cpp724 CollectionSet collectionSet = GetFullCollectionSet(); in RunFullGC() local
782 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() local
1620 void G1GC<LanguageConfig>::AddOldRegionsMaxAllowed(CollectionSet &collectionSet) in AddOldRegionsMaxAllowed()
1644 void G1GC<LanguageConfig>::AddOldRegionsAccordingPauseTimeGoal(CollectionSet &collectionSet) in AddOldRegionsAccordingPauseTimeGoal()
1711 CollectionSet collectionSet(g1Allocator->GetYoungRegions()); in GetFullCollectionSet() local
2026 void G1GC<LanguageConfig>::RestoreYoungCards(const CollectionSet &collectionSet) in RestoreYoungCards()
[all …]
Dg1_analytics.cpp102 void G1Analytics::ReportCollectionEnd(uint64_t endTime, const CollectionSet &collectionSet) in ReportCollectionEnd()