Lines Matching refs:heapTracker_
132 if (heapTracker_ != nullptr) {
133 heapTracker_->AllocationEvent(address, size);
143 if (heapTracker_ != nullptr) {
144 heapTracker_->MoveEvent(address, forwardAddress, size);
741 heapTracker_ = std::make_unique<HeapTracker>(snapshot, timeInterval, stream);
744 heapTracker_->StartTracing();
752 if (heapTracker_ == nullptr) {
755 HeapSnapshot *snapshot = heapTracker_->GetHeapSnapshot();
777 if (heapTracker_ == nullptr) {
784 heapTracker_->StopTracing();
787 HeapSnapshot *snapshot = heapTracker_->GetHeapSnapshot();