Home
last modified time | relevance | path

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

/art/runtime/
Dparsed_options.h70 size_t heap_growth_limit_; variable
Dparsed_options.cc188 heap_growth_limit_ = 0; // 0 means no growth limit . in Parse()
342 heap_growth_limit_ = size; in Parse()
700 if (heap_growth_limit_ == 0) { in Parse()
701 heap_growth_limit_ = heap_maximum_size_; in Parse()
Druntime.cc723 options->heap_growth_limit_, in Init()