Home
last modified time | relevance | path

Searched refs:is_low_ram (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jit/
Dprofile_saver_options.h87 uint32_t GetHotStartupMethodSamples(bool is_low_ram) const { in GetHotStartupMethodSamples()
90 ret = is_low_ram ? kHotStartupMethodSamplesLowRam : kHotStartupMethodSamples; in GetHotStartupMethodSamples()
Dprofile_saver.cc420 const bool is_low_ram = Runtime::Current()->GetHeap()->IsLowMemoryMode(); in FetchAndCacheResolvedClassesAndMethods() local
428 hot_method_sample_threshold = options_.GetHotStartupMethodSamples(is_low_ram); in FetchAndCacheResolvedClassesAndMethods()