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 | 764 CollectionSet collectionSet = GetFullCollectionSet(); in RunFullGC() local 811 void G1GC<LanguageConfig>::CollectAndMoveTenuredRegions(const CollectionSet &collectionSet) in CollectAndMoveTenuredRegions() 844 void G1GC<LanguageConfig>::CollectAndMoveYoungRegions(const CollectionSet &collectionSet) in CollectAndMoveYoungRegions() 874 void G1GC<LanguageConfig>::RunMixedGC(ark::GCTask &task, const CollectionSet &collectionSet) in RunMixedGC() 1407 …C<LanguageConfig> G1GC<LanguageConfig>::CollectVerificationInfo(const CollectionSet &collectionSet) in CollectVerificationInfo() 1423 const CollectionSet &collectionSet) in VerifyCollectAndMove() 1449 void G1GC<LanguageConfig>::UpdateRefsAndClear(const CollectionSet &collectionSet, in UpdateRefsAndClear() 1509 bool G1GC<LanguageConfig>::CollectAndMove(const CollectionSet &collectionSet) in CollectAndMove() 1934 CollectionSet collectionSet(g1Allocator->GetYoungRegions()); in GetCollectibleRegions() local 1950 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
|