Home
last modified time | relevance | path

Searched defs:stats (Results 1 - 18 of 18) sorted by relevance

/arkcompiler/runtime_core/libpandabase/tests/
H A Dbase_mem_stats_test.cpp42 BaseMemStats stats; in HWTEST_F() local
56 BaseMemStats stats; in HWTEST_F() local
81 BaseMemStats stats; HWTEST_F() local
[all...]
H A Dcode_allocator_test.cpp58 BaseMemStats stats; in HWTEST_F() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dbase_mem_stats_test.cpp44 BaseMemStats stats; in TEST_F() local
58 BaseMemStats stats; in TEST_F() local
[all...]
H A Dcode_allocator_test.cpp62 BaseMemStats stats; in TEST_F() local
/arkcompiler/runtime_core/static_core/static_linker/
H A Dlinker.h45 } stats; member
/arkcompiler/runtime_core/tests/fuzztest/makereadexec_fuzzer/
H A Dmakereadexec_fuzzer.cpp36 panda::BaseMemStats stats; in MakeReadExecFuzzTest() local
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dmem_stats_additional_info_test.cpp73 MemStatsAdditionalInfo stats; in TEST_F() local
[all...]
H A Dmem_stats_gc_test.cpp86 mem::MemStatsType *stats = thread_->GetVM()->GetMemStats(); in MemStatsTest() local
[all...]
H A Dmem_stats_test.cpp81 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 Drun_benchmark.py163 stats = calc_statistics(c2p_sizes) variable
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/benchmark/
H A Drun_benchmark.py168 stats = calc_statistics(c2p_sizes) variable
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/mirrors/
H A Dtype_cache.py86 def stats(self) -> Iterator[Tuple[str, HitStat]]: member in MirrorTypeCaches
/arkcompiler/runtime_core/static_core/runtime/coroutines/
H A Dcoroutine_stats.h183 explicit ScopedCoroutineStats(CoroutineStatsBase *stats, CoroutineTimeStats id, bool avoidNesting = false) in ScopedCoroutineStats() argument
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DaliveAnalyzer.cpp204 void AliveAnalyzer::AnalyzeStats(const ArenaVector<ir::Statement *> &stats) in AnalyzeStats() argument
H A DassignAnalyzer.cpp411 void AssignAnalyzer::AnalyzeStats(const ArenaVector<ir::Statement *> &stats) in AnalyzeStats() argument
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc_stats.cpp254 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 Dgc_stats.h163 Scope(ScopeId id, GCStats* stats) : id_(id), stats_(stats) in Scope() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dinlining.cpp833 auto stats = GetGraph()->GetPassManager()->GetStatistics(); in TryInlineExternalAot() local
1204 auto stats = GetGraph()->GetPassManager()->GetStatistics(); in BuildGraph() local

Completed in 11 milliseconds