Home
last modified time | relevance | path

Searched defs:remsetRefsCount (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
Dg1_analytics_test.cpp76 const size_t remsetRefsCount = 1000; in FillAnalyticsUndefinedBehaviorTest() local
94 const size_t remsetRefsCount = 10000; in FillAnalyticsUndefinedBehaviorTest() local
138 const size_t remsetRefsCount = 1000; in FillAnalyticsPause0AllPromotedUndefinedBehaviorTest() local
156 const size_t remsetRefsCount = 12000; in FillAnalyticsPause0AllPromotedUndefinedBehaviorTest() local
191 const size_t remsetRefsCount = 1000; in FillAnalyticsPause1AllPromotedUndefinedBehaviorTest() local
209 const size_t remsetRefsCount = 11000; in FillAnalyticsPause1AllPromotedUndefinedBehaviorTest() local
263 const size_t remsetRefsCount = 1000; in FillAnalyticsPause0PredictionTest() local
281 const size_t remsetRefsCount = 12000; in FillAnalyticsPause0PredictionTest() local
316 const size_t remsetRefsCount = 1500; in FillAnalyticsPause1PredictionTest() local
334 const size_t remsetRefsCount = 12000; in FillAnalyticsPause1PredictionTest() local
[all …]
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1_analytics.cpp33 void G1Analytics::ReportRemsetSize(size_t remsetSize, size_t remsetRefsCount) in ReportRemsetSize()
44 void G1Analytics::ReportMarkingEnd(uint64_t time, size_t remsetRefsCount) in ReportMarkingEnd()