Searched defs:collectionSet (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | g1_analytics_test.cpp | 71 …FillAnalyticsUndefinedBehaviorTest(G1Analytics &analytics, const CollectionSet &collectionSet, uin… in FillAnalyticsUndefinedBehaviorTest() 125 auto collectionSet = CreateCollectionSet(edenLength); in TEST_F() local 133 … const CollectionSet &collectionSet, uint64_t now) in FillAnalyticsPause0AllPromotedUndefinedBehaviorTest() 182 … const 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 …]
|
| D | g1gc_test.cpp | 512 PandaSet<Region *> collectionSet; in GetCollectionSet() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| D | g1-gc.cpp | 849 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 …]
|
| D | g1_analytics.cpp | 95 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
|