Searched refs:AllocWithGrowth (Results 1 – 9 of 9) sorted by relevance
/art/runtime/gc/space/ |
D | space_create_test.cc | 120 MutableHandle<mirror::Object> ptr3(hs.NewHandle(AllocWithGrowth(space, in TEST_P() 137 mirror::Object* ptr5 = space->AllocWithGrowth(self, 8 * MB, &dummy, nullptr, &dummy); in TEST_P() 148 Handle<mirror::Object> ptr6(hs.NewHandle(AllocWithGrowth(space, in TEST_P() 204 ptr3.Assign(AllocWithGrowth(space, in TEST_P() 254 MutableHandle<mirror::Object> ptr3(hs.NewHandle(AllocWithGrowth(space, in TEST_P() 271 mirror::Object* ptr5 = AllocWithGrowth(space, self, 8 * MB, &dummy, nullptr, &dummy); in TEST_P() 282 Handle<mirror::Object> ptr6(hs.NewHandle(AllocWithGrowth(space, in TEST_P() 334 lots_of_objects[i] = AllocWithGrowth(space, in TEST_P()
|
D | space_test.h | 87 mirror::Object* AllocWithGrowth(space::MallocSpace* alloc_space, in AllocWithGrowth() function 96 mirror::Object* obj = alloc_space->AllocWithGrowth(self, bytes, bytes_allocated, usable_size, in AllocWithGrowth() 199 object.Assign(AllocWithGrowth(space, self, alloc_size, &bytes_allocated, nullptr, in SizeFootPrintGrowthLimitAndTrimBody() 297 large_object.Assign(AllocWithGrowth(space, self, three_quarters_space, &bytes_allocated, in SizeFootPrintGrowthLimitAndTrimBody()
|
D | memory_tool_malloc_space.h | 34 mirror::Object* AllocWithGrowth(Thread* self, size_t num_bytes, size_t* bytes_allocated,
|
D | memory_tool_malloc_space-inl.h | 92 kUseObjSizeForUsable>::AllocWithGrowth( in AllocWithGrowth() function 101 void* obj_with_rdz = S::AllocWithGrowth(self, in AllocWithGrowth()
|
D | dlmalloc_space.h | 56 mirror::Object* AllocWithGrowth(Thread* self,
|
D | malloc_space.h | 48 virtual mirror::Object* AllocWithGrowth(Thread* self, size_t num_bytes,
|
D | rosalloc_space.h | 56 mirror::Object* AllocWithGrowth(Thread* self, size_t num_bytes, size_t* bytes_allocated,
|
D | dlmalloc_space.cc | 167 mirror::Object* DlMallocSpace::AllocWithGrowth(Thread* self, size_t num_bytes, in AllocWithGrowth() function in art::gc::space::DlMallocSpace
|
D | rosalloc_space.cc | 202 mirror::Object* RosAllocSpace::AllocWithGrowth(Thread* self, size_t num_bytes, in AllocWithGrowth() function in art::gc::space::RosAllocSpace
|