Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dconcurrent_copying.h228 mirror::Object* AllocateInSkippedBlock(size_t alloc_size)
Dconcurrent_copying.cc1234 mirror::Object* ConcurrentCopying::AllocateInSkippedBlock(size_t alloc_size) { in AllocateInSkippedBlock() function in art::gc::collector::ConcurrentCopying
1304 to_ref = AllocateInSkippedBlock(region_space_alloc_size); in Copy()