Searched refs:heap_maximum_size_ (Results 1 - 4 of 4) sorted by last modified time

/art/runtime/
H A Dparsed_options.cc182 heap_maximum_size_ = gc::Heap::kDefaultMaximumSize;
336 heap_maximum_size_ = size;
702 heap_growth_limit_ = heap_maximum_size_;
H A Dparsed_options.h69 size_t heap_maximum_size_; member in class:art::ParsedOptions
H A Dparsed_options_test.cc65 EXPECT_EQ(4 * KB, parsed->heap_maximum_size_);
H A Druntime.cc712 options->heap_maximum_size_,

Completed in 62 milliseconds