Searched refs:GetObjectsAllocated (Results 1 – 18 of 18) sorted by relevance
69 uint64_t GetObjectsAllocated() { in GetObjectsAllocated() function
126 uint64_t GetObjectsAllocated() OVERRIDE;
136 virtual uint64_t GetObjectsAllocated() = 0;
111 EXPECT_EQ(0U, los->GetObjectsAllocated()); in LargeObjectTest()
115 uint64_t GetObjectsAllocated() SHARED_REQUIRES(Locks::mutator_lock_)
54 uint64_t GetObjectsAllocated() OVERRIDE { in GetObjectsAllocated() function
119 uint64_t GetObjectsAllocated() OVERRIDE;
231 uint64_t BumpPointerSpace::GetObjectsAllocated() { in GetObjectsAllocated() function in art::gc::space::BumpPointerSpace
200 virtual uint64_t GetObjectsAllocated() = 0;
271 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
122 uint64_t GetObjectsAllocated() REQUIRES(!region_lock_) { in GetObjectsAllocated() function
398 int64_t objects_freed = space_->GetObjectsAllocated() - live_objects_in_space_; in Compact()
260 const uint64_t from_objects = from_space_->GetObjectsAllocated(); in MarkingPhase()
245 cc->from_space_num_objects_at_first_pause_ = cc->region_space_->GetObjectsAllocated(); in Run()
1869 size_t Heap::GetObjectsAllocated() const { in GetObjectsAllocated() function in art::gc::Heap1877 total += space->GetObjectsAllocated(); in GetObjectsAllocated()1886 total += GetObjectsAllocated(); in GetObjectsAllocatedEver()3491 << PrettySize(GetTotalMemory()) << "; " << GetObjectsAllocated() << " objects\n"; in DumpForSigQuit()
472 size_t GetObjectsAllocated() const
4461 JDWP::Append4BE(bytes, heap->GetObjectsAllocated()); in DdmSendHeapInfo()