Lines Matching refs:bytes_allocated
64 size_t* bytes_allocated, size_t* usable_size) in Alloc() argument
68 mirror::Object* obj = alloc_space->Alloc(self, bytes, bytes_allocated, usable_size); in Alloc()
76 size_t* bytes_allocated, size_t* usable_size) in AllocWithGrowth() argument
80 mirror::Object* obj = alloc_space->AllocWithGrowth(self, bytes, bytes_allocated, usable_size); in AllocWithGrowth()
424 size_t bytes_allocated = 0; in SizeFootPrintGrowthLimitAndTrimBody() local
426 object.Assign(Alloc(space, self, alloc_size, &bytes_allocated, nullptr)); in SizeFootPrintGrowthLimitAndTrimBody()
428 object.Assign(AllocWithGrowth(space, self, alloc_size, &bytes_allocated, nullptr)); in SizeFootPrintGrowthLimitAndTrimBody()
435 EXPECT_EQ(bytes_allocated, allocation_size); in SizeFootPrintGrowthLimitAndTrimBody()
517 size_t bytes_allocated = 0; in SizeFootPrintGrowthLimitAndTrimBody() local
519 large_object.Assign(Alloc(space, self, three_quarters_space, &bytes_allocated, nullptr)); in SizeFootPrintGrowthLimitAndTrimBody()
521 large_object.Assign(AllocWithGrowth(space, self, three_quarters_space, &bytes_allocated, in SizeFootPrintGrowthLimitAndTrimBody()