Home
last modified time | relevance | path

Searched refs:heap_non_moving_space_capacity_ (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dparsed_options.h73 size_t heap_non_moving_space_capacity_; variable
Dparsed_options.cc185 heap_non_moving_space_capacity_ = gc::Heap::kDefaultNonMovingSpaceCapacity; in Parse()
364 heap_non_moving_space_capacity_ = size; in Parse()
Druntime.cc729 options->heap_non_moving_space_capacity_, in Init()