Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dbump_pointer_space.cc149 uint8_t* BumpPointerSpace::AllocBlock(size_t bytes) { in AllocBlock() function in art::gc::space::BumpPointerSpace
215 uint8_t* start = AllocBlock(bytes); in AllocNewTlab()
Dbump_pointer_space.h174 uint8_t* AllocBlock(size_t bytes) REQUIRES(block_lock_);