Home
last modified time | relevance | path

Searched refs:GetHeapObjectCount (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_profiler.cpp143 int32_t heapCount = static_cast<int32_t>(vm_->GetHeap()->GetHeapObjectCount()); in DumpHeapSnapshot()
207 int32_t heapCount = static_cast<int32_t>(vm_->GetHeap()->GetHeapObjectCount()); in StopHeapTracking()
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.h364 inline uint32_t GetHeapObjectCount() const;
Dheap-inl.h389 uint32_t Heap::GetHeapObjectCount() const in GetHeapObjectCount() function