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

  /art/runtime/gc/space/
zygote_space.h 67 uint64_t GetObjectsAllocated() {
bump_pointer_space.h 114 uint64_t GetObjectsAllocated() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
dlmalloc_space.h 115 uint64_t GetObjectsAllocated() OVERRIDE;
large_object_space_test.cc 93 EXPECT_EQ(0U, los->GetObjectsAllocated());
malloc_space.h 127 virtual uint64_t GetObjectsAllocated() = 0;
large_object_space.h 48 uint64_t GetObjectsAllocated() OVERRIDE {
rosalloc_space.h 100 uint64_t GetObjectsAllocated() OVERRIDE;
space.h 193 virtual uint64_t GetObjectsAllocated() = 0;
bump_pointer_space.cc 226 uint64_t BumpPointerSpace::GetObjectsAllocated() {
dlmalloc_space.cc 284 uint64_t DlMallocSpace::GetObjectsAllocated() {
rosalloc_space.cc 284 uint64_t RosAllocSpace::GetObjectsAllocated() {
  /art/runtime/gc/collector/
mark_compact.cc 385 int64_t objects_freed = space_->GetObjectsAllocated() - live_objects_in_space_;
semi_space.cc 247 const uint64_t from_objects = from_space_->GetObjectsAllocated();
    [all...]
  /art/runtime/gc/
heap.cc     [all...]
heap.h 402 size_t GetObjectsAllocated() const LOCKS_EXCLUDED(Locks::heap_bitmap_lock_);
    [all...]
  /art/runtime/
debugger.cc     [all...]

Completed in 57 milliseconds