Searched refs:heap_growth_limit_ (Results 1 - 3 of 3) sorted by last modified time

/art/runtime/
H A Dparsed_options.cc188 heap_growth_limit_ = 0; // 0 means no growth limit .
343 heap_growth_limit_ = size;
701 if (heap_growth_limit_ == 0) {
702 heap_growth_limit_ = heap_maximum_size_;
H A Dparsed_options.h70 size_t heap_growth_limit_; member in class:art::ParsedOptions
H A Druntime.cc707 options->heap_growth_limit_,

Completed in 49 milliseconds