Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc98 static constexpr uint32_t kSizeErrorThresholdBytes = 1500000U; variable
2238 return IsForBootImage() ? kSizeErrorThresholdBootBytes : kSizeErrorThresholdBytes; in GetSizeErrorThresholdBytes()