Searched refs:IsAllocTrackingEnabled (Results 1 – 10 of 10) 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()
632 old_allocation_tracking_state_ = runtime_->GetHeap()->IsAllocTrackingEnabled(); in CheckGlobalRefAllocationTracking()
146 if (heap->IsAllocTrackingEnabled()) { in SetAllocTrackingEnabled()177 if (!heap->IsAllocTrackingEnabled()) { in SetAllocTrackingEnabled()220 if (!heap->IsAllocTrackingEnabled()) { in RecordAllocation()239 if (!heap->IsAllocTrackingEnabled()) { in RecordAllocation()
185 if (IsAllocTrackingEnabled()) { in AllocObjectWithAllocator()198 DCHECK(!IsAllocTrackingEnabled()); in AllocObjectWithAllocator()
4161 if (IsAllocTrackingEnabled()) { in VisitAllocationRecords()4163 if (IsAllocTrackingEnabled()) { in VisitAllocationRecords()4170 if (IsAllocTrackingEnabled()) { in SweepAllocationRecords()4172 if (IsAllocTrackingEnabled()) { in SweepAllocationRecords()
830 bool IsAllocTrackingEnabled() const { in IsAllocTrackingEnabled() function
49 return Runtime::Current()->GetHeap()->IsAllocTrackingEnabled(); in DdmVmInternal_getRecentAllocationStatus()
211 if (runtime->GetHeap()->IsAllocTrackingEnabled()) { in Dump()
4855 if (!Runtime::Current()->GetHeap()->IsAllocTrackingEnabled()) { in DumpRecentAllocations()5054 CHECK(!Runtime::Current()->GetHeap()->IsAllocTrackingEnabled()); in GetRecentAllocations()
450 if (Runtime::Current()->GetHeap()->IsAllocTrackingEnabled()) { in Dump()