Searched refs:AllocCommon (Results 1 – 3 of 3) sorted by relevance
/art/runtime/gc/space/ |
D | rosalloc_space.h | 74 return AllocCommon(self, num_bytes, bytes_allocated, usable_size, in AllocNonvirtual() 81 return AllocCommon<false>(self, num_bytes, bytes_allocated, usable_size, in AllocNonvirtualThreadUnsafe() 157 mirror::Object* AllocCommon(Thread* self, size_t num_bytes, size_t* bytes_allocated,
|
D | rosalloc_space-inl.h | 32 inline mirror::Object* RosAllocSpace::AllocCommon(Thread* self, size_t num_bytes, in AllocCommon() function
|
D | rosalloc_space.cc | 166 result = AllocCommon(self, num_bytes, bytes_allocated, usable_size, in AllocWithGrowth()
|