Searched refs:can_move_objects (Results 1 - 8 of 8) sorted by relevance

/art/runtime/gc/space/
H A Ddlmalloc_space.h40 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);
H A Ddlmalloc_space.cc43 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
41 DlMallocSpace(MemMap* mem_map, size_t initial_size, const std::string& name, void* mspace, uint8_t* begin, uint8_t* end, uint8_t* limit, size_t growth_limit, bool can_move_objects, size_t starting_size) argument
50 CreateFromMemMap(MemMap* mem_map, const std::string& name, size_t starting_size, size_t initial_size, size_t growth_limit, size_t capacity, bool can_move_objects) argument
79 Create(const std::string& name, size_t initial_size, size_t growth_limit, size_t capacity, uint8_t* requested_begin, bool can_move_objects) argument
155 CreateInstance(MemMap* mem_map, const std::string& name, void* allocator, uint8_t* begin, uint8_t* end, uint8_t* limit, size_t growth_limit, bool can_move_objects) argument
[all...]
H A Drosalloc_space.cc49 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
47 RosAllocSpace(MemMap* mem_map, size_t initial_size, const std::string& name, art::gc::allocator::RosAlloc* rosalloc, uint8_t* begin, uint8_t* end, uint8_t* limit, size_t growth_limit, bool can_move_objects, size_t starting_size, bool low_memory_mode) argument
57 CreateFromMemMap(MemMap* mem_map, const std::string& name, size_t starting_size, size_t initial_size, size_t growth_limit, size_t capacity, bool low_memory_mode, bool can_move_objects) argument
96 Create(const std::string& name, size_t initial_size, size_t growth_limit, size_t capacity, uint8_t* requested_begin, bool low_memory_mode, bool can_move_objects) argument
178 CreateInstance(MemMap* mem_map, const std::string& name, void* allocator, uint8_t* begin, uint8_t* end, uint8_t* limit, size_t growth_limit, bool can_move_objects) argument
[all...]
H A Drosalloc_space.h43 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,
H A Dmalloc_space.h118 size_t growth_limit, bool can_move_objects) = 0;
141 uint8_t* limit, size_t growth_limit, bool create_bitmaps, bool can_move_objects,
H A Dmalloc_space.cc45 bool create_bitmaps, bool can_move_objects, size_t starting_size,
49 growth_limit_(growth_limit), can_move_objects_(can_move_objects),
43 MallocSpace(const std::string& name, MemMap* mem_map, uint8_t* begin, uint8_t* end, uint8_t* limit, size_t growth_limit, bool create_bitmaps, bool can_move_objects, size_t starting_size, size_t initial_size) argument
/art/runtime/gc/
H A Dheap.cc662 bool can_move_objects) {
668 low_memory_mode_, can_move_objects);
672 can_move_objects);
688 bool can_move_objects = IsMovingGc(background_collector_type_) != local
694 if (kCompactZygote && Runtime::Current()->IsZygote() && !can_move_objects) {
698 can_move_objects = !HasZygoteSpace() && foreground_collector_type_ != kCollectorTypeGSS;
705 can_move_objects);
657 CreateMallocSpaceFromMemMap(MemMap* mem_map, size_t initial_size, size_t growth_limit, size_t capacity, const char* name, bool can_move_objects) argument
H A Dheap.h1009 bool can_move_objects);

Completed in 532 milliseconds