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

  /art/runtime/gc/space/
malloc_space.h 132 return can_move_objects_;
136 can_move_objects_ = false;
181 bool can_move_objects_; member in class:art::gc::space::MallocSpace
malloc_space.cc 49 growth_limit_(growth_limit), can_move_objects_(can_move_objects),

Completed in 89 milliseconds