Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc965 if (total_uncompressed_size > GetSizeErrorThresholdBytes()) { in Save()
967 << GetSizeErrorThresholdBytes() in Save()
1714 if (uncompressed_data_size > GetSizeErrorThresholdBytes()) { in LoadInternal()
1715 LOG(ERROR) << "Profile data size exceeds " << GetSizeErrorThresholdBytes() in LoadInternal()
1740 if (uncompressed_data_size > GetSizeErrorThresholdBytes()) { in LoadInternal()
1742 << GetSizeErrorThresholdBytes() in LoadInternal()
2859 size_t ProfileCompilationInfo::GetSizeErrorThresholdBytes() const { in GetSizeErrorThresholdBytes() function in art::ProfileCompilationInfo
Dprofile_compilation_info.h931 size_t GetSizeErrorThresholdBytes() const;