Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc113 static constexpr uint32_t kSizeErrorThresholdBootBytes = 100000000U; variable
2848 return IsForBootImage() ? kSizeErrorThresholdBootBytes : kSizeErrorThresholdBytes; in GetSizeErrorThresholdBytes()