Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc1062 if (file_offset > GetSizeWarningThresholdBytes()) { in Save()
1064 << GetSizeWarningThresholdBytes() in Save()
1746 if (uncompressed_data_size > GetSizeWarningThresholdBytes()) { in LoadInternal()
1748 << GetSizeWarningThresholdBytes() in LoadInternal()
2855 size_t ProfileCompilationInfo::GetSizeWarningThresholdBytes() const { in GetSizeWarningThresholdBytes() function in art::ProfileCompilationInfo
Dprofile_compilation_info.h929 size_t GetSizeWarningThresholdBytes() const;