Home
last modified time | relevance | path

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

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