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.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.cpp849 CollectionSet collectionSet = GetFullCollectionSet(); in RunFullGC() local
896 void G1GC<LanguageConfig>::CollectAndMoveTenuredRegions(const CollectionSet &collectionSet) in CollectAndMoveTenuredRegions()
929 void G1GC<LanguageConfig>::CollectAndMoveYoungRegions(const CollectionSet &collectionSet) in CollectAndMoveYoungRegions()
959 void G1GC<LanguageConfig>::RunMixedGC(ark::GCTask &task, const CollectionSet &collectionSet) in RunMixedGC()
1630 …C<LanguageConfig> G1GC<LanguageConfig>::CollectVerificationInfo(const CollectionSet &collectionSet) in CollectVerificationInfo()
1646 const CollectionSet &collectionSet) in VerifyCollectAndMove()
1672 void G1GC<LanguageConfig>::UpdateRefsAndClear(const CollectionSet &collectionSet, in UpdateRefsAndClear()
1732 bool G1GC<LanguageConfig>::CollectAndMove(const CollectionSet &collectionSet) in CollectAndMove()
2130 CollectionSet collectionSet(g1Allocator->GetYoungRegions()); in GetCollectibleRegions() local
2146 void G1GC<LanguageConfig>::DrainOldRegions(CollectionSet &collectionSet, UnaryPred pred) in DrainOldRegions()
[all …]
Dg1_analytics.cpp95 void G1Analytics::ReportSurvivedBytesRatio(const CollectionSet &collectionSet) in ReportSurvivedBytesRatio()
163 …ytics::ReportCollectionEnd(GCTaskCause cause, uint64_t endTime, const CollectionSet &collectionSet, in ReportCollectionEnd()
265 void G1Analytics::DumpMetrics(const CollectionSet &collectionSet, uint64_t pauseTime, double alloca… in DumpMetrics() argument