Searched refs:GetHeapObjectCount (Results 1 – 3 of 3) sorted by relevance
143 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()
364 inline uint32_t GetHeapObjectCount() const;
389 uint32_t Heap::GetHeapObjectCount() const in GetHeapObjectCount() function