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

  /art/runtime/gc/space/
zygote_space.h 63 uint64_t GetBytesAllocated() {
bump_pointer_space.h 113 uint64_t GetBytesAllocated() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
dlmalloc_space.h 114 uint64_t GetBytesAllocated() OVERRIDE;
large_object_space_test.cc 92 EXPECT_EQ(0U, los->GetBytesAllocated());
malloc_space.h 126 virtual uint64_t GetBytesAllocated() = 0;
large_object_space.h 45 uint64_t GetBytesAllocated() OVERRIDE {
rosalloc_space.h 99 uint64_t GetBytesAllocated() OVERRIDE;
space.h 191 virtual uint64_t GetBytesAllocated() = 0;
bump_pointer_space.cc 208 uint64_t BumpPointerSpace::GetBytesAllocated() {
dlmalloc_space.cc 277 uint64_t DlMallocSpace::GetBytesAllocated() {
rosalloc_space.cc 278 uint64_t RosAllocSpace::GetBytesAllocated() {
  /art/compiler/utils/
arena_allocator.h 127 size_t GetBytesAllocated() const {
151 size_t GetBytesAllocated() const LOCKS_EXCLUDED(lock_);
arena_allocator.cc 180 size_t ArenaPool::GetBytesAllocated() const {
184 total += arena->GetBytesAllocated();
  /art/runtime/native/
dalvik_system_VMDebug.cc 289 zygoteUsed += zygote_space->GetBytesAllocated();
294 allocUsed += malloc_space->GetBytesAllocated();
299 allocUsed += bump_pointer_space->GetBytesAllocated();
304 largeObjectsSize += space->AsLargeObjectSpace()->GetBytesAllocated();
  /art/runtime/gc/
heap.h 397 size_t GetBytesAllocated() const {
427 return std::max(GetBytesAllocated(), growth_limit_);
436 return max_allowed_footprint_ - GetBytesAllocated();
441 return growth_limit_ - GetBytesAllocated();
    [all...]
heap.cc 411 last_gc_size_ = GetBytesAllocated();
    [all...]
  /art/runtime/gc/collector/
semi_space.cc 245 const int64_t from_bytes = from_space_->GetBytesAllocated();
764 uint64_t current_los_bytes_allocated = GetHeap()->GetLargeObjectsSpace()->GetBytesAllocated();
777 GetHeap()->GetLargeObjectsSpace()->GetBytesAllocated();
    [all...]
  /art/compiler/driver/
compiler_driver.cc     [all...]
  /art/runtime/
debugger.cc     [all...]

Completed in 301 milliseconds