Lines Matching refs:bytes_allocated
71 size_t* bytes_allocated,
79 bytes_allocated,
91 size_t* bytes_allocated,
97 mirror::Object* obj = alloc_space->AllocWithGrowth(self, bytes, bytes_allocated, usable_size,
195 size_t bytes_allocated = 0;
198 object.Assign(Alloc(space, self, alloc_size, &bytes_allocated, nullptr,
201 object.Assign(AllocWithGrowth(space, self, alloc_size, &bytes_allocated, nullptr,
209 EXPECT_EQ(bytes_allocated, allocation_size);
293 size_t bytes_allocated = 0;
296 large_object.Assign(Alloc(space, self, three_quarters_space, &bytes_allocated, nullptr,
299 large_object.Assign(AllocWithGrowth(space, self, three_quarters_space, &bytes_allocated,