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

  /art/runtime/
parsed_options.h 70 size_t heap_growth_limit_; member in class:art::ParsedOptions
parsed_options.cc 188 heap_growth_limit_ = 0; // 0 means no growth limit .
342 heap_growth_limit_ = size;
700 if (heap_growth_limit_ == 0) {
701 heap_growth_limit_ = heap_maximum_size_;
    [all...]
runtime.cc 723 options->heap_growth_limit_,
    [all...]

Completed in 33 milliseconds