Home
last modified time | relevance | path

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

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