Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info.cc451 if (output_size > kProfileSizeWarningThresholdInBytes) { in Save()
453 << std::to_string(kProfileSizeWarningThresholdInBytes); in Save()
1301 if (uncompressed_data_size > kProfileSizeWarningThresholdInBytes) { in LoadInternal()
1303 << std::to_string(kProfileSizeWarningThresholdInBytes) in LoadInternal()
Dprofile_compilation_info.h457 const uint32_t kProfileSizeWarningThresholdInBytes = 500000U; variable