Searched refs:non_moving_space_capacity (Results 1 - 3 of 3) sorted by relevance

/art/runtime/gc/
H A Dheap.cc168 size_t non_moving_space_capacity,
328 +- nonmoving space (non_moving_space_capacity)+-
370 request_begin += non_moving_space_capacity;
384 non_moving_space_capacity, PROT_READ | PROT_WRITE, true, false,
388 request_begin = kPreferredAllocSpaceBegin + non_moving_space_capacity;
161 Heap(size_t initial_size, size_t growth_limit, size_t min_free, size_t max_free, double target_utilization, double foreground_heap_growth_multiplier, size_t capacity, size_t non_moving_space_capacity, const std::string& image_file_name, const InstructionSet image_instruction_set, CollectorType foreground_collector_type, CollectorType background_collector_type, space::LargeObjectSpaceType large_object_space_type, size_t large_object_threshold, size_t parallel_gc_threads, size_t conc_gc_threads, bool low_memory_mode, size_t long_pause_log_threshold, size_t long_gc_log_threshold, bool ignore_max_footprint, bool use_tlab, bool verify_pre_gc_heap, bool verify_pre_sweeping_heap, bool verify_post_gc_heap, bool verify_pre_gc_rosalloc, bool verify_pre_sweeping_rosalloc, bool verify_post_gc_rosalloc, bool gc_stress_mode, bool measure_gc_performance, bool use_homogeneous_space_compaction_for_oom, uint64_t min_interval_homogeneous_space_compaction_by_oom) argument
H A Dheap.h171 size_t non_moving_space_capacity,
/art/dex2oat/
H A Ddex2oat.cc1845 const size_t non_moving_space_capacity = gc::Heap::kDefaultNonMovingSpaceCapacity; local
1846 image_base_ += non_moving_space_capacity;

Completed in 73 milliseconds