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