Home
last modified time | relevance | path

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

/art/dex2oat/utils/
Dswap_space.cc56 inline void SwapSpace::InsertChunk(const SpaceChunk& chunk) { in InsertChunk() function in art::SwapSpace
69 InsertChunk(NewFileChunk(initial_size)); in SwapSpace()
142 InsertChunk(remainder); in Alloc()
213 InsertChunk(chunk); in Free()
Dswap_space.h96 void InsertChunk(const SpaceChunk& chunk) REQUIRES(lock_);