Home
last modified time | relevance | path

Searched refs:GetObjectsAllocated (Results 1 – 18 of 18) sorted by relevance

/art/runtime/gc/space/
Dzygote_space.h69 uint64_t GetObjectsAllocated() { in GetObjectsAllocated() function
Ddlmalloc_space.h126 uint64_t GetObjectsAllocated() OVERRIDE;
Dmalloc_space.h136 virtual uint64_t GetObjectsAllocated() = 0;
Dbump_pointer_space.h115 uint64_t GetObjectsAllocated() REQUIRES_SHARED(Locks::mutator_lock_)
Dlarge_object_space_test.cc113 EXPECT_EQ(0U, los->GetObjectsAllocated()); in LargeObjectTest()
Drosalloc_space.h119 uint64_t GetObjectsAllocated() OVERRIDE;
Dlarge_object_space.h54 uint64_t GetObjectsAllocated() OVERRIDE { in GetObjectsAllocated() function
Dbump_pointer_space.cc231 uint64_t BumpPointerSpace::GetObjectsAllocated() { in GetObjectsAllocated() function in art::gc::space::BumpPointerSpace
Dspace.h200 virtual uint64_t GetObjectsAllocated() = 0;
Ddlmalloc_space.cc271 uint64_t DlMallocSpace::GetObjectsAllocated() { in GetObjectsAllocated() function in art::gc::space::DlMallocSpace
Drosalloc_space.cc295 uint64_t RosAllocSpace::GetObjectsAllocated() { in GetObjectsAllocated() function in art::gc::space::RosAllocSpace
Dregion_space.h121 uint64_t GetObjectsAllocated() REQUIRES(!region_lock_) { in GetObjectsAllocated() function
/art/runtime/gc/collector/
Dmark_compact.cc390 int64_t objects_freed = space_->GetObjectsAllocated() - live_objects_in_space_; in Compact()
Dsemi_space.cc261 const uint64_t from_objects = from_space_->GetObjectsAllocated(); in MarkingPhase()
Dconcurrent_copying.cc361 cc->from_space_num_objects_at_first_pause_ = cc->region_space_->GetObjectsAllocated(); in Run()
/art/runtime/gc/
Dheap.cc1844 size_t Heap::GetObjectsAllocated() const { in GetObjectsAllocated() function in art::gc::Heap
1857 total += space->GetObjectsAllocated(); in GetObjectsAllocated()
1866 total += GetObjectsAllocated(); in GetObjectsAllocatedEver()
3531 << PrettySize(GetTotalMemory()) << "; " << GetObjectsAllocated() << " objects\n"; in DumpForSigQuit()
Dheap.h494 size_t GetObjectsAllocated() const
/art/runtime/
Ddebugger.cc4541 JDWP::Append4BE(bytes, heap->GetObjectsAllocated()); in DdmSendHeapInfo()