Home
last modified time | relevance | path

Searched defs:stats (Results 1 – 20 of 20) 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/debugger/src/arkdb/mirrors/
Dtype_cache.py53 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/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/bytecode_optimizer/tests/benchmark/
Drun_benchmark.py163 stats = calc_statistics(c2p_sizes) variable
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/benchmark/
Drun_benchmark.py168 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_runtime/ecmascript/tests/
Dgc_second_test.cpp378 GCStats *stats = new GCStats(heap); in HWTEST_F_L0() local
390 GCStats *stats = new GCStats(heap); in HWTEST_F_L0() local
404 GCStats *stats = new GCStats(heap); in HWTEST_F_L0() local
413 GCStats *stats = new GCStats(heap); in HWTEST_F_L0() local
422 GCStats *stats = new GCStats(heap); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DaliveAnalyzer.cpp204 void AliveAnalyzer::AnalyzeStats(const ArenaVector<ir::Statement *> &stats) in AnalyzeStats()
DassignAnalyzer.cpp411 void AssignAnalyzer::AnalyzeStats(const ArenaVector<ir::Statement *> &stats) in AnalyzeStats()
/arkcompiler/ets_runtime/ecmascript/mem/
Dgc_stats.h174 Scope(ScopeId id, GCStats* stats) : id_(id), stats_(stats) in Scope()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinlining.cpp833 auto stats = GetGraph()->GetPassManager()->GetStatistics(); in TryInlineExternalAot() local
1204 auto stats = GetGraph()->GetPassManager()->GetStatistics(); in BuildGraph() local
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp1577 v8::HeapStatistics stats; in OH_JSVM_GetHeapStatistics() local