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.h142 return can_move_objects_; in CanMoveObjects()
146 can_move_objects_ = false; in DisableMovingObjects()
191 bool can_move_objects_; variable
Dmalloc_space.cc44 growth_limit_(growth_limit), can_move_objects_(can_move_objects), in MallocSpace()