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

  /art/runtime/gc/space/
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);
dlmalloc_space.cc 43 size_t growth_limit, bool can_move_objects, size_t starting_size)
44 : MallocSpace(name, mem_map, begin, end, limit, growth_limit, true, can_move_objects,
53 bool can_move_objects) {
72 can_move_objects, starting_size);
75 growth_limit, can_move_objects, starting_size);
81 bool can_move_objects) {
105 growth_limit, capacity, can_move_objects);
158 bool can_move_objects) {
162 can_move_objects, starting_size_);
165 growth_limit, can_move_objects, starting_size_)
    [all...]
rosalloc_space.cc 49 uint8_t* limit, size_t growth_limit, bool can_move_objects,
51 : MallocSpace(name, mem_map, begin, end, limit, growth_limit, true, can_move_objects,
60 bool low_memory_mode, bool can_move_objects) {
85 can_move_objects, starting_size, low_memory_mode);
88 growth_limit, can_move_objects, starting_size, low_memory_mode);
98 bool low_memory_mode, bool can_move_objects) {
124 can_move_objects);
181 bool can_move_objects) {
185 limit, growth_limit, can_move_objects, starting_size_, low_memory_mode_);
189 growth_limit, can_move_objects, starting_size_, low_memory_mode_)
    [all...]
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 118 size_t growth_limit, bool can_move_objects) = 0;
141 uint8_t* limit, size_t growth_limit, bool create_bitmaps, bool can_move_objects,
malloc_space.cc 45 bool create_bitmaps, bool can_move_objects, size_t starting_size,
49 growth_limit_(growth_limit), can_move_objects_(can_move_objects),
  /art/runtime/gc/
heap.cc 662 bool can_move_objects) {
688 bool can_move_objects = IsMovingGc(background_collector_type_) != local
    [all...]
heap.h     [all...]

Completed in 449 milliseconds