Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dmalloc_space.h139 return can_move_objects_; in CanMoveObjects()
143 can_move_objects_ = false; in DisableMovingObjects()
198 bool can_move_objects_; variable
Dmalloc_space.cc59 growth_limit_(growth_limit), can_move_objects_(can_move_objects), in MallocSpace()