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()
660 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()
236 if (IsAllocTrackingEnabled()) { in AllocObjectWithAllocator()249 DCHECK(!IsAllocTrackingEnabled()); in AllocObjectWithAllocator()
4353 if (IsAllocTrackingEnabled()) { in VisitAllocationRecords()4355 if (IsAllocTrackingEnabled()) { in VisitAllocationRecords()4362 if (IsAllocTrackingEnabled()) { in SweepAllocationRecords()4364 if (IsAllocTrackingEnabled()) { in SweepAllocationRecords()
934 bool IsAllocTrackingEnabled() const { in IsAllocTrackingEnabled() function
211 if (runtime->GetHeap()->IsAllocTrackingEnabled()) { in Dump()
953 CHECK(!Runtime::Current()->GetHeap()->IsAllocTrackingEnabled()); in GetRecentAllocations()
444 if (Runtime::Current()->GetHeap()->IsAllocTrackingEnabled()) { in Dump()