Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tests/
Dg1_analytics_test.cpp71 …FillAnalyticsUndefinedBehaviorTest(G1Analytics &analytics, const CollectionSet &collectionSet, uin… in FillAnalyticsUndefinedBehaviorTest()
125 auto collectionSet = CreateCollectionSet(edenLength); in TEST_F() local
133const CollectionSet &collectionSet, uint64_t now) in FillAnalyticsPause0AllPromotedUndefinedBehaviorTest()
182const CollectionSet &collectionSet, uint64_t now) in FillAnalyticsPause1AllPromotedUndefinedBehaviorTest()
240 auto collectionSet = CreateCollectionSet(edenLength); in TEST_F() local
258 … FillAnalyticsPause0PredictionTest(G1Analytics &analytics, const CollectionSet &collectionSet, uin… in FillAnalyticsPause0PredictionTest()
310 … FillAnalyticsPause1PredictionTest(G1Analytics &analytics, const CollectionSet &collectionSet, uin… in FillAnalyticsPause1PredictionTest()
363 … FillAnalyticsPause2PredictionTest(G1Analytics &analytics, const CollectionSet &collectionSet, uin… in FillAnalyticsPause2PredictionTest()
423 auto collectionSet = CreateCollectionSet(edenLength); in TEST_F() local
438 auto collectionSet = CreateCollectionSet(edenLength); in TEST_F() local
[all …]
Dg1gc_test.cpp512 PandaSet<Region *> collectionSet; in GetCollectionSet() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-gc.cpp716 CollectionSet collectionSet = GetFullCollectionSet(); in RunFullGC() local
763 void G1GC<LanguageConfig>::CollectAndMoveTenuredRegions(const CollectionSet &collectionSet) in CollectAndMoveTenuredRegions()
796 void G1GC<LanguageConfig>::CollectAndMoveYoungRegions(const CollectionSet &collectionSet) in CollectAndMoveYoungRegions()
826 void G1GC<LanguageConfig>::RunMixedGC(ark::GCTask &task, const CollectionSet &collectionSet) in RunMixedGC()
1320 …C<LanguageConfig> G1GC<LanguageConfig>::CollectVerificationInfo(const CollectionSet &collectionSet) in CollectVerificationInfo()
1336 const CollectionSet &collectionSet) in VerifyCollectAndMove()
1362 void G1GC<LanguageConfig>::UpdateRefsAndClear(const CollectionSet &collectionSet, in UpdateRefsAndClear()
1422 bool G1GC<LanguageConfig>::CollectAndMove(const CollectionSet &collectionSet) in CollectAndMove()
1827 CollectionSet collectionSet(g1Allocator->GetYoungRegions()); in GetCollectibleRegions() local
1842 void G1GC<LanguageConfig>::AddOldRegionsMaxAllowed(CollectionSet &collectionSet) in AddOldRegionsMaxAllowed()
[all …]
Dg1-evacuate-regions-task.h71 RemSet<> *remset, const CollectionSet &collectionSet) in ParallelCompactionTask()
Dg1_analytics.cpp94 void G1Analytics::ReportSurvivedBytesRatio(const CollectionSet &collectionSet) in ReportSurvivedBytesRatio()
156 …ytics::ReportCollectionEnd(GCTaskCause cause, uint64_t endTime, const CollectionSet &collectionSet, in ReportCollectionEnd()
220 void G1Analytics::DumpMetrics(const CollectionSet &collectionSet, uint64_t pauseTime, double alloca… in DumpMetrics() argument