Home
last modified time | relevance | path

Searched refs:AllocateInSkippedBlock (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/collector/
Dconcurrent_copying.h271 mirror::Object* AllocateInSkippedBlock(Thread* const self, size_t alloc_size)
Dconcurrent_copying.cc3341 mirror::Object* ConcurrentCopying::AllocateInSkippedBlock(Thread* const self, size_t alloc_size) { in AllocateInSkippedBlock() function in art::gc::collector::ConcurrentCopying
3431 to_ref = AllocateInSkippedBlock(self, region_space_alloc_size); in Copy()