Searched refs:GlobalStats (Results 1 – 16 of 16) sorted by relevance
/external/llvm-project/llvm/tools/llvm-dwarfdump/ |
D | Statistics.cpp | 72 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/ |
D | stats.rs | 20 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/ |
D | stats_test.cpp | 26 TEST(ScudoStatsTest, GlobalStats) { in TEST() argument 27 scudo::GlobalStats GStats; in TEST()
|
D | secondary_test.cpp | 22 scudo::GlobalStats S; in testSecondaryBasic()
|
D | primary_test.cpp | 73 scudo::GlobalStats Stats; in TEST()
|
/external/scudo/standalone/tests/ |
D | stats_test.cpp | 26 TEST(ScudoStatsTest, GlobalStats) { in TEST() argument 27 scudo::GlobalStats GStats; in TEST()
|
D | secondary_test.cpp | 25 scudo::GlobalStats S; in testSecondaryBasic()
|
D | primary_test.cpp | 148 scudo::GlobalStats Stats; in TEST()
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/ |
D | local_cache.h | 51 void initLinkerInitialized(GlobalStats *S, SizeClassAllocator *A) { in initLinkerInitialized() 58 void init(GlobalStats *S, SizeClassAllocator *A) { in init() 63 void destroy(GlobalStats *S) { in destroy()
|
D | stats.h | 57 class GlobalStats : public LocalStats {
|
D | secondary.h | 251 void initLinkerInitialized(GlobalStats *S, s32 ReleaseToOsInterval = -1) { 257 void init(GlobalStats *S, s32 ReleaseToOsInterval = -1) {
|
D | combined.h | 971 GlobalStats Stats;
|
/external/scudo/standalone/ |
D | local_cache.h | 52 void initLinkerInitialized(GlobalStats *S, SizeClassAllocator *A) { in initLinkerInitialized() 59 void init(GlobalStats *S, SizeClassAllocator *A) { in init() 64 void destroy(GlobalStats *S) { in destroy()
|
D | stats.h | 57 class GlobalStats : public LocalStats {
|
D | secondary.h | 399 void initLinkerInitialized(GlobalStats *S, s32 ReleaseToOsInterval = -1) { 405 void init(GlobalStats *S, s32 ReleaseToOsInterval = -1) {
|
D | combined.h | 983 GlobalStats Stats;
|