Searched refs:IsAllocTrackingEnabled (Results 1 – 9 of 9) sorted by relevance
147 ASSERT_FALSE(Runtime::Current()->GetHeap()->IsAllocTrackingEnabled()); in TEST_F()159 EXPECT_TRUE(Runtime::Current()->GetHeap()->IsAllocTrackingEnabled()); in TEST_F()165 EXPECT_FALSE(Runtime::Current()->GetHeap()->IsAllocTrackingEnabled()); in TEST_F()172 EXPECT_TRUE(Runtime::Current()->GetHeap()->IsAllocTrackingEnabled()); in TEST_F()178 EXPECT_FALSE(Runtime::Current()->GetHeap()->IsAllocTrackingEnabled()); in TEST_F()
641 old_allocation_tracking_state_ = runtime_->GetHeap()->IsAllocTrackingEnabled(); in CheckGlobalRefAllocationTracking()
146 if (heap->IsAllocTrackingEnabled()) { in SetAllocTrackingEnabled()172 if (!heap->IsAllocTrackingEnabled()) { in SetAllocTrackingEnabled()215 if (!heap->IsAllocTrackingEnabled()) { in RecordAllocation()233 if (!heap->IsAllocTrackingEnabled()) { in RecordAllocation()
235 if (IsAllocTrackingEnabled()) { in AllocObjectWithAllocator()248 DCHECK(!IsAllocTrackingEnabled()); in AllocObjectWithAllocator()
4104 if (IsAllocTrackingEnabled()) { in VisitAllocationRecords()4106 if (IsAllocTrackingEnabled()) { in VisitAllocationRecords()4113 if (IsAllocTrackingEnabled()) { in SweepAllocationRecords()4115 if (IsAllocTrackingEnabled()) { in SweepAllocationRecords()
888 bool IsAllocTrackingEnabled() const { in IsAllocTrackingEnabled() function
211 if (runtime->GetHeap()->IsAllocTrackingEnabled()) { in Dump()
958 CHECK(!Runtime::Current()->GetHeap()->IsAllocTrackingEnabled()); in GetRecentAllocations()
449 if (Runtime::Current()->GetHeap()->IsAllocTrackingEnabled()) { in Dump()