Home
last modified time | relevance | path

Searched refs:GlobalStats (Results 1 – 16 of 16) sorted by relevance

/external/llvm-project/llvm/tools/llvm-dwarfdump/
DStatistics.cpp72 struct GlobalStats { struct
217 GlobalStats &GlobalStats, in collectStatsForDie() argument
233 GlobalStats.CallSiteDIEs++; in collectStatsForDie()
239 GlobalStats.CallSiteParamDIEs++; in collectStatsForDie()
343 GlobalStats.TotalBytesCovered += TotalBytesCovered; in collectStatsForDie()
345 GlobalStats.ScopeBytesCovered += ScopeBytesCovered; in collectStatsForDie()
346 GlobalStats.ScopeBytes += BytesInScope; in collectStatsForDie()
347 GlobalStats.ScopeEntryValueBytesCovered += BytesEntryValuesCovered; in collectStatsForDie()
349 GlobalStats.ParamScopeBytesCovered += ScopeBytesCovered; in collectStatsForDie()
350 GlobalStats.ParamScopeBytes += BytesInScope; in collectStatsForDie()
[all …]
/external/crosvm/crosvm_plugin/src/
Dstats.rs20 pub struct GlobalStats { struct
24 pub static mut STATS: GlobalStats = GlobalStats { argument
32 impl GlobalStats { impl
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/
Dstats_test.cpp26 TEST(ScudoStatsTest, GlobalStats) { in TEST() argument
27 scudo::GlobalStats GStats; in TEST()
Dsecondary_test.cpp22 scudo::GlobalStats S; in testSecondaryBasic()
Dprimary_test.cpp73 scudo::GlobalStats Stats; in TEST()
/external/scudo/standalone/tests/
Dstats_test.cpp26 TEST(ScudoStatsTest, GlobalStats) { in TEST() argument
27 scudo::GlobalStats GStats; in TEST()
Dsecondary_test.cpp25 scudo::GlobalStats S; in testSecondaryBasic()
Dprimary_test.cpp148 scudo::GlobalStats Stats; in TEST()
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dlocal_cache.h51 void initLinkerInitialized(GlobalStats *S, SizeClassAllocator *A) { in initLinkerInitialized()
58 void init(GlobalStats *S, SizeClassAllocator *A) { in init()
63 void destroy(GlobalStats *S) { in destroy()
Dstats.h57 class GlobalStats : public LocalStats {
Dsecondary.h251 void initLinkerInitialized(GlobalStats *S, s32 ReleaseToOsInterval = -1) {
257 void init(GlobalStats *S, s32 ReleaseToOsInterval = -1) {
Dcombined.h971 GlobalStats Stats;
/external/scudo/standalone/
Dlocal_cache.h52 void initLinkerInitialized(GlobalStats *S, SizeClassAllocator *A) { in initLinkerInitialized()
59 void init(GlobalStats *S, SizeClassAllocator *A) { in init()
64 void destroy(GlobalStats *S) { in destroy()
Dstats.h57 class GlobalStats : public LocalStats {
Dsecondary.h399 void initLinkerInitialized(GlobalStats *S, s32 ReleaseToOsInterval = -1) {
405 void init(GlobalStats *S, s32 ReleaseToOsInterval = -1) {
Dcombined.h983 GlobalStats Stats;