Home
last modified time | relevance | path

Searched refs:AllocCommon (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/space/
Drosalloc_space.h81 return AllocCommon(self, num_bytes, bytes_allocated, usable_size, in AllocNonvirtual()
88 return AllocCommon<false>(self, num_bytes, bytes_allocated, usable_size, in AllocNonvirtualThreadUnsafe()
176 mirror::Object* AllocCommon(Thread* self, size_t num_bytes, size_t* bytes_allocated,
Drosalloc_space-inl.h32 inline mirror::Object* RosAllocSpace::AllocCommon(Thread* self, size_t num_bytes, in AllocCommon() function
Drosalloc_space.cc212 result = AllocCommon(self, num_bytes, bytes_allocated, usable_size, in AllocWithGrowth()