Searched refs:kProfileSizeErrorThresholdInBytes (Results 1 – 2 of 2) sorted by relevance
374 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()
458 const uint32_t kProfileSizeErrorThresholdInBytes = 1000000U; variable