HomeSort by relevance Sort by last modified time
    Searched refs:GetObjectsAllocated (Results 1 - 18 of 18) sorted by null

  /art/runtime/gc/space/
zygote_space.h 69 uint64_t GetObjectsAllocated() {
bump_pointer_space.h 119 uint64_t GetObjectsAllocated() REQUIRES_SHARED(Locks::mutator_lock_)
dlmalloc_space.h 126 uint64_t GetObjectsAllocated() OVERRIDE;
malloc_space.h 136 virtual uint64_t GetObjectsAllocated() = 0;
bump_pointer_space.cc 179 uint64_t BumpPointerSpace::GetObjectsAllocated() {
large_object_space.h 54 uint64_t GetObjectsAllocated() OVERRIDE {
large_object_space_test.cc 120 EXPECT_EQ(0U, los->GetObjectsAllocated());
rosalloc_space.h 119 uint64_t GetObjectsAllocated() OVERRIDE;
space.h 199 virtual uint64_t GetObjectsAllocated() = 0;
dlmalloc_space.cc 272 uint64_t DlMallocSpace::GetObjectsAllocated() {
rosalloc_space.cc 296 uint64_t RosAllocSpace::GetObjectsAllocated() {
region_space.h 126 uint64_t GetObjectsAllocated() REQUIRES(!region_lock_) {
  /art/runtime/gc/collector/
mark_compact.cc 390 int64_t objects_freed = space_->GetObjectsAllocated() - live_objects_in_space_;
semi_space.cc 262 const uint64_t from_objects = from_space_->GetObjectsAllocated();
    [all...]
concurrent_copying.cc 427 cc->from_space_num_objects_at_first_pause_ = cc->region_space_->GetObjectsAllocated();
    [all...]
  /art/runtime/gc/
heap.cc     [all...]
heap.h 493 size_t GetObjectsAllocated() const
    [all...]
  /art/runtime/
debugger.cc     [all...]

Completed in 136 milliseconds