Home
last modified time | relevance | path

Searched defs:stats (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/runtime_core/libpandabase/tests/
Dbase_mem_stats_test.cpp42 BaseMemStats stats; variable
56 BaseMemStats stats; variable
81 BaseMemStats stats; variable
Dcode_allocator_test.cpp58 BaseMemStats stats; variable
/arkcompiler/runtime_core/static_core/runtime/tests/
Dmem_stats_test.cpp81 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 …]
Dmem_stats_additional_info_test.cpp73 MemStatsAdditionalInfo stats; in TEST_F() local
Dmem_stats_gc_test.cpp86 mem::MemStatsType *stats = thread_->GetVM()->GetMemStats(); in MemStatsTest() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dbase_mem_stats_test.cpp44 BaseMemStats stats; in TEST_F() local
58 BaseMemStats stats; in TEST_F() local
Dcode_allocator_test.cpp62 BaseMemStats stats; in TEST_F() local
/arkcompiler/runtime_core/tests/fuzztest/makereadexec_fuzzer/
Dmakereadexec_fuzzer.cpp36 panda::BaseMemStats stats; in MakeReadExecFuzzTest() local
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker.h45 } stats; member
/arkcompiler/runtime_core/static_core/plugins/ets/tests/scripts/micro-benchmarks/
Drun_micro_benchmarks.py191 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/
Drun_benchmark.py164 stats = calc_statistics(c2p_sizes) variable
/arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/
Drun_benchmark.py163 stats = calc_statistics(c2p_sizes) variable
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_stats.cpp254 GCScopedStats::GCScopedStats(GCStats *stats, GCInstanceStats *instanceStats) in GCScopedStats()
266 GCScopedPauseStats::GCScopedPauseStats(GCStats *stats, GCInstanceStats *instanceStats, PauseTypeSta… in GCScopedPauseStats()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DaliveAnalyzer.cpp203 void AliveAnalyzer::AnalyzeStats(const ArenaVector<ir::Statement *> &stats) in AnalyzeStats()
DassignAnalyzer.cpp409 void AssignAnalyzer::AnalyzeStats(const ArenaVector<ir::Statement *> &stats) in AnalyzeStats()
/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_stats.h162 Scope(ScopeId id, GCStats* stats) : id_(id), stats_(stats) in Scope()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinlining.cpp798 auto stats = GetGraph()->GetPassManager()->GetStatistics(); in TryInlineExternalAot() local
1169 auto stats = GetGraph()->GetPassManager()->GetStatistics(); in BuildGraph() local