Searched refs:GetObjectsAllocated (Results 1 – 18 of 18) sorted by relevance
69 uint64_t GetObjectsAllocated() { in GetObjectsAllocated() function
126 uint64_t GetObjectsAllocated() OVERRIDE;
137 virtual uint64_t GetObjectsAllocated() = 0;
111 EXPECT_EQ(0U, los->GetObjectsAllocated()); in LargeObjectTest()
114 uint64_t GetObjectsAllocated() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
119 uint64_t GetObjectsAllocated() OVERRIDE;
54 uint64_t GetObjectsAllocated() OVERRIDE { in GetObjectsAllocated() function
231 uint64_t BumpPointerSpace::GetObjectsAllocated() { in GetObjectsAllocated() function in art::gc::space::BumpPointerSpace
200 virtual uint64_t GetObjectsAllocated() = 0;
269 uint64_t DlMallocSpace::GetObjectsAllocated() { in GetObjectsAllocated() function in art::gc::space::DlMallocSpace
295 uint64_t RosAllocSpace::GetObjectsAllocated() { in GetObjectsAllocated() function in art::gc::space::RosAllocSpace
120 uint64_t GetObjectsAllocated() { in GetObjectsAllocated() function
422 int64_t objects_freed = space_->GetObjectsAllocated() - live_objects_in_space_; in Compact()
249 const uint64_t from_objects = from_space_->GetObjectsAllocated(); in MarkingPhase()
208 cc->from_space_num_objects_at_first_pause_ = cc->region_space_->GetObjectsAllocated(); in Run()
1664 size_t Heap::GetObjectsAllocated() const { in GetObjectsAllocated() function in art::gc::Heap1674 total += space->GetObjectsAllocated(); in GetObjectsAllocated()1685 total += GetObjectsAllocated(); in GetObjectsAllocatedEver()3213 << PrettySize(GetTotalMemory()) << "; " << GetObjectsAllocated() << " objects\n"; in DumpForSigQuit()
434 size_t GetObjectsAllocated() const LOCKS_EXCLUDED(Locks::heap_bitmap_lock_);
4466 JDWP::Append4BE(bytes, heap->GetObjectsAllocated()); in DdmSendHeapInfo()