/art/runtime/gc/space/ |
dlmalloc_space.cc | 41 size_t growth_limit, bool can_move_objects, size_t starting_size) 42 : MallocSpace(name, mem_map, begin, end, limit, growth_limit, true, can_move_objects, 51 bool can_move_objects) { 70 can_move_objects, starting_size); 73 growth_limit, can_move_objects, starting_size); 79 bool can_move_objects) { 103 growth_limit, capacity, can_move_objects); 156 bool can_move_objects) { 160 can_move_objects, starting_size_); 163 growth_limit, can_move_objects, starting_size_) [all...] |
rosalloc_space.cc | 47 uint8_t* limit, size_t growth_limit, bool can_move_objects, 49 : MallocSpace(name, mem_map, begin, end, limit, growth_limit, true, can_move_objects, 58 bool low_memory_mode, bool can_move_objects) { 83 can_move_objects, starting_size, low_memory_mode); 86 growth_limit, can_move_objects, starting_size, low_memory_mode); 96 bool low_memory_mode, bool can_move_objects) { 122 can_move_objects); 179 bool can_move_objects) { 183 limit, growth_limit, can_move_objects, starting_size_, low_memory_mode_); 187 growth_limit, can_move_objects, starting_size_, low_memory_mode_) [all...] |
dlmalloc_space.h | 40 bool can_move_objects); 47 size_t capacity, uint8_t* requested_begin, bool can_move_objects); 123 bool can_move_objects); 144 bool can_move_objects, size_t starting_size);
|
rosalloc_space.h | 43 bool can_move_objects); 47 bool low_memory_mode, bool can_move_objects); 116 bool can_move_objects) OVERRIDE; 152 size_t growth_limit, bool can_move_objects, size_t starting_size,
|
malloc_space.h | 128 size_t growth_limit, bool can_move_objects) = 0; 151 uint8_t* limit, size_t growth_limit, bool create_bitmaps, bool can_move_objects,
|
malloc_space.cc | 40 bool create_bitmaps, bool can_move_objects, size_t starting_size, 44 growth_limit_(growth_limit), can_move_objects_(can_move_objects),
|
/art/runtime/gc/ |
heap.cc | 660 bool can_move_objects) { 686 bool can_move_objects = IsMovingGc(background_collector_type_) != local [all...] |
heap.h | [all...] |