Searched refs:GetObjectsAllocated (Results 1 - 16 of 16) sorted by path

/art/runtime/
H A Ddebugger.cc4023 JDWP::Append4BE(bytes, heap->GetObjectsAllocated());
/art/runtime/gc/collector/
H A Dmark_compact.cc387 int64_t objects_freed = space_->GetObjectsAllocated() - live_objects_in_space_;
H A Dsemi_space.cc247 const uint64_t from_objects = from_space_->GetObjectsAllocated();
/art/runtime/gc/
H A Dheap.cc1393 size_t Heap::GetObjectsAllocated() const { function in class:art::gc::Heap
1396 total += space->GetObjectsAllocated();
1402 return GetObjectsFreedEver() + GetObjectsAllocated();
2804 << PrettySize(GetTotalMemory()) << "; " << GetObjectsAllocated() << " objects\n";
H A Dheap.h402 size_t GetObjectsAllocated() const LOCKS_EXCLUDED(Locks::heap_bitmap_lock_);
/art/runtime/gc/space/
H A Dbump_pointer_space.cc226 uint64_t BumpPointerSpace::GetObjectsAllocated() { function in class:art::gc::space::BumpPointerSpace
H A Dbump_pointer_space.h114 uint64_t GetObjectsAllocated() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
H A Ddlmalloc_space.cc284 uint64_t DlMallocSpace::GetObjectsAllocated() { function in class:art::gc::space::DlMallocSpace
H A Ddlmalloc_space.h115 uint64_t GetObjectsAllocated() OVERRIDE;
H A Dlarge_object_space.h48 uint64_t GetObjectsAllocated() OVERRIDE {
H A Dlarge_object_space_test.cc93 EXPECT_EQ(0U, los->GetObjectsAllocated());
H A Dmalloc_space.h127 virtual uint64_t GetObjectsAllocated() = 0;
H A Drosalloc_space.cc284 uint64_t RosAllocSpace::GetObjectsAllocated() { function in class:art::gc::space::RosAllocSpace
H A Drosalloc_space.h100 uint64_t GetObjectsAllocated() OVERRIDE;
H A Dspace.h193 virtual uint64_t GetObjectsAllocated() = 0;
H A Dzygote_space.h67 uint64_t GetObjectsAllocated() { function in class:art::gc::space::FINAL

Completed in 141 milliseconds