| /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/plugins/ets/tests/debugger/src/arkdb/mirrors/ |
| D | type_cache.py | 53 stats: HitStat = field(default_factory=HitStat) variable in Cache 86 def stats(self) -> Iterator[Tuple[str, HitStat]]: member in MirrorTypeCaches
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | linker.h | 46 } stats; member
|
| /arkcompiler/ets_runtime/common_components/heap/ark_collector/ |
| D | ark_collector.h | 166 GCStats& stats = GetGCStats(); in CollectLargeGarbage() local 175 GCStats& stats = GetGCStats(); in CollectPinnedGarbage() local
|
| /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/bytecode_optimizer/tests/benchmark/ |
| D | run_benchmark.py | 163 stats = calc_statistics(c2p_sizes) variable
|
| /arkcompiler/runtime_core/static_core/libpandabase/taskmanager/ |
| D | task_queue_set.cpp | 45 auto stats = taskTimeStats_->GetTaskStatistics(); in ~TaskQueueSet() local
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/benchmark/ |
| D | run_benchmark.py | 168 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_runtime/ecmascript/tests/ |
| D | gc_second_test.cpp | 379 GCStats *stats = new GCStats(heap); in HWTEST_F_L0() local 391 GCStats *stats = new GCStats(heap); in HWTEST_F_L0() local 405 GCStats *stats = new GCStats(heap); in HWTEST_F_L0() local 414 GCStats *stats = new GCStats(heap); in HWTEST_F_L0() local 423 GCStats *stats = new GCStats(heap); in HWTEST_F_L0() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/statistics/scan/ |
| D | CountFile.ts | 206 const stats = await promisify(fs.stat)(directory); constant
|
| /arkcompiler/ets_runtime/common_components/heap/allocator/ |
| D | fix_heap.cpp | 189 GCStats &stats = Heap::GetHeap().GetCollector().GetGCStats(); in CollectEmptyRegions() local
|
| D | region_manager.cpp | 645 …FixFixedRegionList(MarkingCollector& collector, RegionList& list, size_t cellCount, GCStats& stats) in FixFixedRegionList()
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/cli/ |
| D | CommandLineParser.ts | 212 const stats = fs.statSync(path.normalize(options.ruleConfig)); constant
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | aliveAnalyzer.cpp | 204 void AliveAnalyzer::AnalyzeStats(const ArenaVector<ir::Statement *> &stats) in AnalyzeStats()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | gc_stats.h | 186 Scope(ScopeId id, GCStats* stats) : id_(id), stats_(stats) in Scope()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | inlining.cpp | 889 auto stats = GetGraph()->GetPassManager()->GetStatistics(); in TryInlineExternalAot() local 1276 auto stats = GetGraph()->GetPassManager()->GetStatistics(); in BuildGraph() local
|
| /arkcompiler/ets_runtime/common_components/heap/collector/ |
| D | marking_collector.cpp | 809 GCStats& stats = GetGCStats(); in CopyFromSpace() local
|