Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc100 static constexpr uint32_t kSizeWarningThresholdBootBytes = 25000000U; variable
2234 return IsForBootImage() ? kSizeWarningThresholdBootBytes : kSizeWarningThresholdBytes; in GetSizeWarningThresholdBytes()