HomeSort by relevance Sort by last modified time
    Searched refs:can_move_objects_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/space/
malloc_space.h 142 return can_move_objects_;
146 can_move_objects_ = false;
191 bool can_move_objects_; member in class:art::gc::space::MallocSpace
malloc_space.cc 48 growth_limit_(growth_limit), can_move_objects_(can_move_objects),

Completed in 65 milliseconds