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

/art/runtime/gc/space/
H A Dzygote_space.h69 uint64_t GetObjectsAllocated() { function in class:art::gc::space::FINAL
H A Dbump_pointer_space.h114 uint64_t GetObjectsAllocated() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
H A Ddlmalloc_space.h126 uint64_t GetObjectsAllocated() OVERRIDE;
H A Dmalloc_space.h137 virtual uint64_t GetObjectsAllocated() = 0;
H A Dlarge_object_space.h54 uint64_t GetObjectsAllocated() OVERRIDE {
H A Dlarge_object_space_test.cc111 EXPECT_EQ(0U, los->GetObjectsAllocated());
H A Drosalloc_space.h119 uint64_t GetObjectsAllocated() OVERRIDE;
H A Dbump_pointer_space.cc231 uint64_t BumpPointerSpace::GetObjectsAllocated() { function in class:art::gc::space::BumpPointerSpace
H A Dspace.h200 virtual uint64_t GetObjectsAllocated() = 0;
H A Ddlmalloc_space.cc269 uint64_t DlMallocSpace::GetObjectsAllocated() { function in class:art::gc::space::DlMallocSpace
H A Drosalloc_space.cc295 uint64_t RosAllocSpace::GetObjectsAllocated() { function in class:art::gc::space::RosAllocSpace
H A Dregion_space.h120 uint64_t GetObjectsAllocated() { function in class:art::gc::space::FINAL
/art/runtime/gc/collector/
H A Dmark_compact.cc422 int64_t objects_freed = space_->GetObjectsAllocated() - live_objects_in_space_;
H A Dsemi_space.cc249 const uint64_t from_objects = from_space_->GetObjectsAllocated();
H A Dconcurrent_copying.cc208 cc->from_space_num_objects_at_first_pause_ = cc->region_space_->GetObjectsAllocated();
/art/runtime/gc/
H A Dheap.cc1664 size_t Heap::GetObjectsAllocated() const { function in class:art::gc::Heap
1674 total += space->GetObjectsAllocated();
1683 // If we are detached, we can't use GetObjectsAllocated since we can't change thread states.
1685 total += GetObjectsAllocated();
3213 << PrettySize(GetTotalMemory()) << "; " << GetObjectsAllocated() << " objects\n";
H A Dheap.h434 size_t GetObjectsAllocated() const LOCKS_EXCLUDED(Locks::heap_bitmap_lock_);
/art/runtime/
H A Ddebugger.cc4466 JDWP::Append4BE(bytes, heap->GetObjectsAllocated());

Completed in 452 milliseconds