Home
last modified time | relevance | path

Searched refs:heap_maximum_size_ (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dparsed_options.h69 size_t heap_maximum_size_; variable
Dparsed_options_test.cc65 EXPECT_EQ(4 * KB, parsed->heap_maximum_size_); in TEST_F()
Dparsed_options.cc182 heap_maximum_size_ = gc::Heap::kDefaultMaximumSize; in Parse()
335 heap_maximum_size_ = size; in Parse()
701 heap_growth_limit_ = heap_maximum_size_; in Parse()
Druntime.cc728 options->heap_maximum_size_, in Init()