Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc109 static constexpr uint32_t kSizeWarningThresholdBytes = 500000U; variable
2856 return IsForBootImage() ? kSizeWarningThresholdBootBytes : kSizeWarningThresholdBytes; in GetSizeWarningThresholdBytes()