Home
last modified time | relevance | path

Searched defs:bytes_allocated (Results 1 – 24 of 24) sorted by relevance

/art/runtime/gc/space/
Dregion_space-inl.h27 inline mirror::Object* RegionSpace::Alloc(Thread*, size_t num_bytes, size_t* bytes_allocated, in Alloc()
36 size_t* bytes_allocated, in AllocThreadUnsafe()
44 inline mirror::Object* RegionSpace::AllocNonvirtual(size_t num_bytes, size_t* bytes_allocated, in AllocNonvirtual()
91 inline mirror::Object* RegionSpace::Region::Alloc(size_t num_bytes, size_t* bytes_allocated, in Alloc()
240 mirror::Object* RegionSpace::AllocLarge(size_t num_bytes, size_t* bytes_allocated, in AllocLarge()
Drosalloc_space.h52 mirror::Object* Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated, in Alloc()
57 mirror::Object* AllocThreadUnsafe(Thread* self, size_t num_bytes, size_t* bytes_allocated, in AllocThreadUnsafe()
71 mirror::Object* AllocNonvirtual(Thread* self, size_t num_bytes, size_t* bytes_allocated, in AllocNonvirtual()
78 size_t* bytes_allocated, size_t* usable_size, in AllocNonvirtualThreadUnsafe()
Drosalloc_space-inl.h33 size_t* bytes_allocated, size_t* usable_size, in AllocCommon()
67 size_t* bytes_allocated) { in AllocThreadLocal()
Dmemory_tool_malloc_space-inl.h32 size_t bytes_allocated, size_t usable_size, in AdjustForValgrind()
90 size_t bytes_allocated; in AllocWithGrowth() local
119 size_t bytes_allocated; in Alloc() local
147 size_t bytes_allocated; in AllocThreadUnsafe() local
Ddlmalloc_space-inl.h29 size_t* bytes_allocated, in AllocNonvirtual()
56 size_t* bytes_allocated, in AllocWithoutGrowthLocked()
Dbump_pointer_space-inl.h28 inline mirror::Object* BumpPointerSpace::Alloc(Thread*, size_t num_bytes, size_t* bytes_allocated, in Alloc()
44 size_t* bytes_allocated, in AllocThreadUnsafe()
Dspace_test.h71 size_t* bytes_allocated, in Alloc()
91 size_t* bytes_allocated, in AllocWithGrowth()
192 size_t bytes_allocated = 0; in SizeFootPrintGrowthLimitAndTrimBody() local
290 size_t bytes_allocated = 0; in SizeFootPrintGrowthLimitAndTrimBody() local
Ddlmalloc_space.h55 virtual mirror::Object* Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated, in Alloc()
Ddlmalloc_space.cc130 size_t* bytes_allocated, size_t* usable_size, in AllocWithGrowth()
267 size_t bytes_allocated = 0; in GetBytesAllocated() local
Dlarge_object_space.cc54 mirror::Object* Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated, in Alloc()
136 size_t* bytes_allocated, size_t* usable_size, in Alloc()
472 mirror::Object* FreeListSpace::Alloc(Thread* self, size_t num_bytes, size_t* bytes_allocated, in Alloc()
Dlarge_object_space_test.cc112 size_t bytes_allocated = 0, bytes_tl_bulk_allocated; in LargeObjectTest() local
Drosalloc_space.cc156 size_t* bytes_allocated, size_t* usable_size, in AllocWithGrowth()
291 size_t bytes_allocated = 0; in GetBytesAllocated() local
Dregion_space.cc172 const size_t bytes_allocated = RoundUp(BytesAllocated(), kRegionSize); in ShouldBeEvacuated() local
414 void RegionSpace::FreeLarge(mirror::Object* large_obj, size_t bytes_allocated) { in FreeLarge()
Dspace.h218 virtual mirror::Object* AllocThreadUnsafe(Thread* self, size_t num_bytes, size_t* bytes_allocated, in AllocThreadUnsafe()
/art/runtime/gc/allocator/
Drosalloc-inl.h31 inline ALWAYS_INLINE void* RosAlloc::Alloc(Thread* self, size_t size, size_t* bytes_allocated, in Alloc()
79 size_t* bytes_allocated) { in AllocFromThreadLocalRun()
Ddlmalloc.cc89 size_t* bytes_allocated = reinterpret_cast<size_t*>(arg); in DlmallocBytesAllocatedCallback() local
Drosalloc.cc459 void* RosAlloc::AllocLargeObject(Thread* self, size_t size, size_t* bytes_allocated, in AllocLargeObject()
631 void* RosAlloc::AllocFromRunThreadUnsafe(Thread* self, size_t size, size_t* bytes_allocated, in AllocFromRunThreadUnsafe()
651 void* RosAlloc::AllocFromRun(Thread* self, size_t size, size_t* bytes_allocated, in AllocFromRun()
1726 size_t* bytes_allocated = reinterpret_cast<size_t*>(arg); in BytesAllocatedCallback() local
/art/runtime/gc/
Dheap-inl.h78 size_t bytes_allocated; in AllocObjectWithAllocator() local
249 size_t* bytes_allocated, in TryToAllocate()
Dheap.cc1578 size_t* bytes_allocated, in AllocateInternalWithGc()
2230 size_t bytes_allocated, dummy; in MarkNonForwardedObject() local
3436 const uint64_t bytes_allocated = GetBytesAllocated(); in GrowForUtilization() local
4057 size_t* bytes_allocated, in AllocWithNewTLAB()
/art/test/099-vmdebug/src/
DMain.java183 String bytes_allocated = VMDebug.getRuntimeStat("art.gc.bytes-allocated"); in testRuntimeStat() local
210 String bytes_allocated = map.get("art.gc.bytes-allocated"); in testRuntimeStats() local
/art/runtime/gc/accounting/
Dmod_union_table_test.cc53 size_t bytes_allocated = 0, bytes_tl_bulk_allocated; in AllocObjectArray() local
82 size_t bytes_allocated = 0, bytes_tl_bulk_allocated; in GetObjectArrayClass() local
/art/runtime/base/
Darena_allocator.cc140 const size_t bytes_allocated = BytesAllocated(); in Dump() local
/art/runtime/gc/collector/
Dsemi_space.cc516 size_t bytes_allocated, dummy; in MarkNonForwardedObject() local
Dconcurrent_copying.cc2261 size_t bytes_allocated = 0U; in Copy() local