Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dspace_create_test.cc123 MutableHandle<mirror::Object> ptr3(hs.NewHandle(AllocWithGrowth(space, in TEST_P()
140 mirror::Object* ptr5 = space->AllocWithGrowth(self, 8 * MB, &dummy, nullptr, &dummy); in TEST_P()
151 Handle<mirror::Object> ptr6(hs.NewHandle(AllocWithGrowth(space, in TEST_P()
207 ptr3.Assign(AllocWithGrowth(space, in TEST_P()
257 MutableHandle<mirror::Object> ptr3(hs.NewHandle(AllocWithGrowth(space, in TEST_P()
274 mirror::Object* ptr5 = AllocWithGrowth(space, self, 8 * MB, &dummy, nullptr, &dummy); in TEST_P()
285 Handle<mirror::Object> ptr6(hs.NewHandle(AllocWithGrowth(space, in TEST_P()
337 lots_of_objects[i] = AllocWithGrowth(space, in TEST_P()
Dmemory_tool_malloc_space.h34 mirror::Object* AllocWithGrowth(Thread* self, size_t num_bytes, size_t* bytes_allocated,
Dspace_test.h88 mirror::Object* AllocWithGrowth(space::MallocSpace* alloc_space, in AllocWithGrowth() function
97 mirror::Object* obj = alloc_space->AllocWithGrowth(self, bytes, bytes_allocated, usable_size, in AllocWithGrowth()
198 object.Assign(AllocWithGrowth(space, self, alloc_size, &bytes_allocated, nullptr, in SizeFootPrintGrowthLimitAndTrimBody()
296 large_object.Assign(AllocWithGrowth(space, self, three_quarters_space, &bytes_allocated, in SizeFootPrintGrowthLimitAndTrimBody()
Dmemory_tool_malloc_space-inl.h89 kUseObjSizeForUsable>::AllocWithGrowth( in AllocWithGrowth() function
95 void* obj_with_rdz = S::AllocWithGrowth(self, num_bytes + 2 * kMemoryToolRedZoneBytes, in AllocWithGrowth()
Ddlmalloc_space.h50 virtual mirror::Object* AllocWithGrowth(Thread* self, size_t num_bytes, size_t* bytes_allocated,
Dmalloc_space.h46 virtual mirror::Object* AllocWithGrowth(Thread* self, size_t num_bytes,
Drosalloc_space.h49 mirror::Object* AllocWithGrowth(Thread* self, size_t num_bytes, size_t* bytes_allocated,
Ddlmalloc_space.cc130 mirror::Object* DlMallocSpace::AllocWithGrowth(Thread* self, size_t num_bytes, in AllocWithGrowth() function in art::gc::space::DlMallocSpace
Drosalloc_space.cc156 mirror::Object* RosAllocSpace::AllocWithGrowth(Thread* self, size_t num_bytes, in AllocWithGrowth() function in art::gc::space::RosAllocSpace