Searched refs:GetObjectsAllocated (Results 1 – 16 of 16) sorted by relevance
67 uint64_t GetObjectsAllocated() { in GetObjectsAllocated() function
115 uint64_t GetObjectsAllocated() OVERRIDE;
127 virtual uint64_t GetObjectsAllocated() = 0;
93 EXPECT_EQ(0U, los->GetObjectsAllocated()); in LargeObjectTest()
114 uint64_t GetObjectsAllocated() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
100 uint64_t GetObjectsAllocated() OVERRIDE;
48 uint64_t GetObjectsAllocated() OVERRIDE { in GetObjectsAllocated() function
226 uint64_t BumpPointerSpace::GetObjectsAllocated() { in GetObjectsAllocated() function in art::gc::space::BumpPointerSpace
193 virtual uint64_t GetObjectsAllocated() = 0;
284 uint64_t DlMallocSpace::GetObjectsAllocated() { in GetObjectsAllocated() function in art::gc::space::DlMallocSpace
284 uint64_t RosAllocSpace::GetObjectsAllocated() { in GetObjectsAllocated() function in art::gc::space::RosAllocSpace
385 int64_t objects_freed = space_->GetObjectsAllocated() - live_objects_in_space_; in Compact()
247 const uint64_t from_objects = from_space_->GetObjectsAllocated(); in MarkingPhase()
1445 size_t Heap::GetObjectsAllocated() const { in GetObjectsAllocated() function in art::gc::Heap1448 total += space->GetObjectsAllocated(); in GetObjectsAllocated()1454 return GetObjectsFreedEver() + GetObjectsAllocated(); in GetObjectsAllocatedEver()2869 << PrettySize(GetTotalMemory()) << "; " << GetObjectsAllocated() << " objects\n"; in DumpForSigQuit()
402 size_t GetObjectsAllocated() const LOCKS_EXCLUDED(Locks::heap_bitmap_lock_);
4131 JDWP::Append4BE(bytes, heap->GetObjectsAllocated()); in DdmSendHeapInfo()