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

  /art/runtime/
parsed_options.h 69 size_t heap_maximum_size_; member in class:art::ParsedOptions
parsed_options_test.cc 65 EXPECT_EQ(4 * KB, parsed->heap_maximum_size_);
parsed_options.cc 182 heap_maximum_size_ = gc::Heap::kDefaultMaximumSize;
335 heap_maximum_size_ = size;
701 heap_growth_limit_ = heap_maximum_size_;
    [all...]
runtime.cc 728 options->heap_maximum_size_,
    [all...]

Completed in 5533 milliseconds