Searched refs:IsAllocTrackingEnabled (Results 1 – 9 of 9) sorted by relevance
151 ASSERT_FALSE(Runtime::Current()->GetHeap()->IsAllocTrackingEnabled()); in TEST_F()163 EXPECT_TRUE(Runtime::Current()->GetHeap()->IsAllocTrackingEnabled()); in TEST_F()169 EXPECT_FALSE(Runtime::Current()->GetHeap()->IsAllocTrackingEnabled()); in TEST_F()176 EXPECT_TRUE(Runtime::Current()->GetHeap()->IsAllocTrackingEnabled()); in TEST_F()182 EXPECT_FALSE(Runtime::Current()->GetHeap()->IsAllocTrackingEnabled()); in TEST_F()
653 old_allocation_tracking_state_ = runtime_->GetHeap()->IsAllocTrackingEnabled(); in CheckGlobalRefAllocationTracking()
162 if (heap->IsAllocTrackingEnabled()) { in SetAllocTrackingEnabled()188 if (!heap->IsAllocTrackingEnabled()) { in SetAllocTrackingEnabled()231 if (!heap->IsAllocTrackingEnabled()) { in RecordAllocation()249 if (!heap->IsAllocTrackingEnabled()) { in RecordAllocation()
237 if (IsAllocTrackingEnabled()) { in AllocObjectWithAllocator()250 DCHECK(!IsAllocTrackingEnabled()); in AllocObjectWithAllocator()
4267 if (IsAllocTrackingEnabled()) { in VisitAllocationRecords()4269 if (IsAllocTrackingEnabled()) { in VisitAllocationRecords()4276 if (IsAllocTrackingEnabled()) { in SweepAllocationRecords()4278 if (IsAllocTrackingEnabled()) { in SweepAllocationRecords()
920 bool IsAllocTrackingEnabled() const { in IsAllocTrackingEnabled() function
211 if (runtime->GetHeap()->IsAllocTrackingEnabled()) { in Dump()
949 CHECK(!Runtime::Current()->GetHeap()->IsAllocTrackingEnabled()); in GetRecentAllocations()
449 if (Runtime::Current()->GetHeap()->IsAllocTrackingEnabled()) { in Dump()