Home
last modified time | relevance | path

Searched defs:GetGCStats (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/common_components/heap/collector/
Dcollector_resources.h64 GCStats& GetGCStats() { return gcStats_; } in GetGCStats() function
65 const GCStats& GetGCStats() const { return gcStats_; } in GetGCStats() function
Dcollector.h68 virtual GCStats& GetGCStats() in GetGCStats() function
Dmarking_collector.h235 GCStats& GetGCStats() override { return collectorResources_.GetGCStats(); } in GetGCStats() function
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_vm.h76 mem::GCStats *GetGCStats() const override in GetGCStats() function
/arkcompiler/runtime_core/static_core/runtime/mem/
Dmemory_manager.h112 GCStats *GetGCStats() in GetGCStats() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm.h172 mem::GCStats *GetGCStats() const override in GetGCStats() function