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