Searched refs:AllocateInSkippedBlock (Results 1 – 2 of 2) sorted by relevance
271 mirror::Object* AllocateInSkippedBlock(Thread* const self, size_t alloc_size)
3341 mirror::Object* ConcurrentCopying::AllocateInSkippedBlock(Thread* const self, size_t alloc_size) { in AllocateInSkippedBlock() function in art::gc::collector::ConcurrentCopying3431 to_ref = AllocateInSkippedBlock(self, region_space_alloc_size); in Copy()