| /arkcompiler/runtime_core/libpandabase/tests/ |
| H A D | base_mem_stats_test.cpp | 42 BaseMemStats stats; in HWTEST_F() local 56 BaseMemStats stats; in HWTEST_F() local 81 BaseMemStats stats; HWTEST_F() local [all...] |
| H A D | code_allocator_test.cpp | 58 BaseMemStats stats; in HWTEST_F() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| H A D | base_mem_stats_test.cpp | 44 BaseMemStats stats; in TEST_F() local 58 BaseMemStats stats; in TEST_F() local [all...] |
| H A D | code_allocator_test.cpp | 62 BaseMemStats stats; in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| H A D | linker.h | 45 } stats; member
|
| /arkcompiler/runtime_core/tests/fuzztest/makereadexec_fuzzer/ |
| H A D | makereadexec_fuzzer.cpp | 36 panda::BaseMemStats stats; in MakeReadExecFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | mem_stats_additional_info_test.cpp | 73 MemStatsAdditionalInfo stats; in TEST_F() local [all...] |
| H A D | mem_stats_gc_test.cpp | 86 mem::MemStatsType *stats = thread_->GetVM()->GetMemStats(); in MemStatsTest() local [all...] |
| H A D | mem_stats_test.cpp | 81 explicit RawStatsBeforeTest(MemStatsType *stats) in RawStatsBeforeTest() argument 104 void AssertHeapStats(MemStatsType *stats, size_t bytesInHeap, size_t heapBytesAllocated, size_t heapBytesFreed) in AssertHeapStats() argument 111 void AssertHeapHumongousStats(MemStatsType *stats, size_t bytesInHeap, size_t heapBytesAllocated, size_t heapBytesFreed) in AssertHeapHumongousStats() argument 118 AssertHeapObjectsStats(MemStatsType *stats, size_t heapObjectsAllocated, size_t heapObjectsFreed, size_t heapHumungousObjectsAllocated, size_t heapHumungousObjectsFreed) AssertHeapObjectsStats() argument 142 AssertRawStats(MemStatsType *stats, size_t rawBytesAllocated, size_t rawBytesFreed, size_t rawBytesFootprint, RawStatsBeforeTest &statsBeforeTest) AssertRawStats() argument 161 auto *stats = thread_->GetVM()->GetMemStats(); TEST_F() local 187 mem::MemStatsType *stats = thread_->GetVM()->GetMemStats(); TEST_F() local 213 mem::MemStatsType *stats = thread_->GetVM()->GetMemStats(); TEST_F() local 239 mem::MemStatsType *stats = thread_->GetVM()->GetMemStats(); TEST_F() local 260 mem::MemStatsType *stats = thread_->GetVM()->GetMemStats(); TEST_F() local 287 mem::MemStatsType *stats = thread_->GetVM()->GetMemStats(); TEST_F() local 320 MemStatsDefault stats; TEST_F() local 343 MemStatsDefault stats; TEST_F() local 354 FillMemStatsForConcurrency(MemStatsDefault &stats, std::condition_variable &readyToStart, std::mutex &cvMutex, std::atomic_size_t &threadsReady, coretypes::String *stringObject) FillMemStatsForConcurrency() argument 403 MemStatsDefault stats; TEST_F() local [all...] |
| /arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/ |
| H A D | run_benchmark.py | 163 stats = calc_statistics(c2p_sizes) variable
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/benchmark/ |
| H A D | run_benchmark.py | 168 stats = calc_statistics(c2p_sizes) variable
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/mirrors/ |
| H A D | type_cache.py | 86 def stats(self) -> Iterator[Tuple[str, HitStat]]: member in MirrorTypeCaches
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| H A D | coroutine_stats.h | 183 explicit ScopedCoroutineStats(CoroutineStatsBase *stats, CoroutineTimeStats id, bool avoidNesting = false) in ScopedCoroutineStats() argument
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | aliveAnalyzer.cpp | 204 void AliveAnalyzer::AnalyzeStats(const ArenaVector<ir::Statement *> &stats) in AnalyzeStats() argument
|
| H A D | assignAnalyzer.cpp | 411 void AssignAnalyzer::AnalyzeStats(const ArenaVector<ir::Statement *> &stats) in AnalyzeStats() argument
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| H A D | gc_stats.cpp | 254 GCScopedStats::GCScopedStats(GCStats *stats, GCInstanceStats *instanceStats) in GCScopedStats() argument 266 GCScopedPauseStats::GCScopedPauseStats(GCStats *stats, GCInstanceStats *instanceStats, PauseTypeStats pauseType) in GCScopedPauseStats() argument
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | gc_stats.h | 163 Scope(ScopeId id, GCStats* stats) : id_(id), stats_(stats) in Scope() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | inlining.cpp | 833 auto stats = GetGraph()->GetPassManager()->GetStatistics(); in TryInlineExternalAot() local 1204 auto stats = GetGraph()->GetPassManager()->GetStatistics(); in BuildGraph() local
|