Home
last modified time | relevance | path

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

/art/compiler/utils/
Dswap_space.cc55 inline void SwapSpace::InsertChunk(const SpaceChunk& chunk) { in InsertChunk() function in art::SwapSpace
68 InsertChunk(NewFileChunk(initial_size)); in SwapSpace()
141 InsertChunk(remainder); in Alloc()
211 InsertChunk(chunk); in Free()
Dswap_space.h95 void InsertChunk(const SpaceChunk& chunk) REQUIRES(lock_);