Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info.cc374 if (kIsTargetBuild && required_capacity > kProfileSizeErrorThresholdInBytes) { in Save()
376 << std::to_string(kProfileSizeErrorThresholdInBytes) in Save()
1295 if (kIsTargetBuild && uncompressed_data_size > kProfileSizeErrorThresholdInBytes) { in LoadInternal()
1297 << std::to_string(kProfileSizeErrorThresholdInBytes) in LoadInternal()
Dprofile_compilation_info.h458 const uint32_t kProfileSizeErrorThresholdInBytes = 1000000U; variable