Home
last modified time | relevance | path

Searched refs:AllocWithGrowth (Results 1 – 9 of 9) sorted by relevance

/art/runtime/gc/space/
Dspace_create_test.cc120 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()
Dspace_test.h87 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()
Dmemory_tool_malloc_space.h34 mirror::Object* AllocWithGrowth(Thread* self, size_t num_bytes, size_t* bytes_allocated,
Dmemory_tool_malloc_space-inl.h92 kUseObjSizeForUsable>::AllocWithGrowth( in AllocWithGrowth() function
101 void* obj_with_rdz = S::AllocWithGrowth(self, in AllocWithGrowth()
Ddlmalloc_space.h56 mirror::Object* AllocWithGrowth(Thread* self,
Dmalloc_space.h48 virtual mirror::Object* AllocWithGrowth(Thread* self, size_t num_bytes,
Drosalloc_space.h56 mirror::Object* AllocWithGrowth(Thread* self, size_t num_bytes, size_t* bytes_allocated,
Ddlmalloc_space.cc167 mirror::Object* DlMallocSpace::AllocWithGrowth(Thread* self, size_t num_bytes, in AllocWithGrowth() function in art::gc::space::DlMallocSpace
Drosalloc_space.cc202 mirror::Object* RosAllocSpace::AllocWithGrowth(Thread* self, size_t num_bytes, in AllocWithGrowth() function in art::gc::space::RosAllocSpace