| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | base_mem_stats_test.cpp | 42 BaseMemStats stats; variable 56 BaseMemStats stats; variable 81 BaseMemStats stats; variable
|
| D | code_allocator_test.cpp | 58 BaseMemStats stats; variable
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | mem_stats_test.cpp | 81 explicit RawStatsBeforeTest(MemStatsType *stats) in RawStatsBeforeTest() 104 void AssertHeapStats(MemStatsType *stats, size_t bytesInHeap, size_t heapBytesAllocated, size_t hea… in AssertHeapStats() 111 void AssertHeapHumongousStats(MemStatsType *stats, size_t bytesInHeap, size_t heapBytesAllocated, s… in AssertHeapHumongousStats() 118 void AssertHeapObjectsStats(MemStatsType *stats, size_t heapObjectsAllocated, size_t heapObjectsFre… in AssertHeapObjectsStats() 142 void AssertRawStats(MemStatsType *stats, size_t rawBytesAllocated, size_t rawBytesFreed, size_t raw… in AssertRawStats() 161 auto *stats = thread_->GetVM()->GetMemStats(); in TEST_F() local 187 mem::MemStatsType *stats = thread_->GetVM()->GetMemStats(); in TEST_F() local 213 mem::MemStatsType *stats = thread_->GetVM()->GetMemStats(); in TEST_F() local 239 mem::MemStatsType *stats = thread_->GetVM()->GetMemStats(); in TEST_F() local 260 mem::MemStatsType *stats = thread_->GetVM()->GetMemStats(); in TEST_F() local [all …]
|
| D | mem_stats_additional_info_test.cpp | 73 MemStatsAdditionalInfo stats; in TEST_F() local
|
| D | mem_stats_gc_test.cpp | 86 mem::MemStatsType *stats = thread_->GetVM()->GetMemStats(); in MemStatsTest() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | base_mem_stats_test.cpp | 44 BaseMemStats stats; in TEST_F() local 58 BaseMemStats stats; in TEST_F() local
|
| D | code_allocator_test.cpp | 62 BaseMemStats stats; in TEST_F() local
|
| /arkcompiler/runtime_core/tests/fuzztest/makereadexec_fuzzer/ |
| D | makereadexec_fuzzer.cpp | 36 panda::BaseMemStats stats; in MakeReadExecFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | linker.h | 45 } stats; member
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/scripts/micro-benchmarks/ |
| D | run_micro_benchmarks.py | 191 def run_separate_bench(self, filename, stats): argument 248 def dump_time_stats(logger, stats): argument 280 def parse_results(logger, stats, mode, int_type): argument
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/benchmark/ |
| D | run_benchmark.py | 164 stats = calc_statistics(c2p_sizes) variable
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/ |
| D | run_benchmark.py | 163 stats = calc_statistics(c2p_sizes) variable
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | gc_stats.cpp | 254 GCScopedStats::GCScopedStats(GCStats *stats, GCInstanceStats *instanceStats) in GCScopedStats() 266 GCScopedPauseStats::GCScopedPauseStats(GCStats *stats, GCInstanceStats *instanceStats, PauseTypeSta… in GCScopedPauseStats()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | aliveAnalyzer.cpp | 203 void AliveAnalyzer::AnalyzeStats(const ArenaVector<ir::Statement *> &stats) in AnalyzeStats()
|
| D | assignAnalyzer.cpp | 409 void AssignAnalyzer::AnalyzeStats(const ArenaVector<ir::Statement *> &stats) in AnalyzeStats()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | gc_stats.h | 162 Scope(ScopeId id, GCStats* stats) : id_(id), stats_(stats) in Scope()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | inlining.cpp | 798 auto stats = GetGraph()->GetPassManager()->GetStatistics(); in TryInlineExternalAot() local 1169 auto stats = GetGraph()->GetPassManager()->GetStatistics(); in BuildGraph() local
|