Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc419 if (required_capacity > GetSizeErrorThresholdBytes()) { in Save()
421 << GetSizeErrorThresholdBytes() in Save()
1327 if (uncompressed_data_size > GetSizeErrorThresholdBytes()) { in LoadInternal()
1329 << GetSizeErrorThresholdBytes() in LoadInternal()
2237 size_t ProfileCompilationInfo::GetSizeErrorThresholdBytes() const { in GetSizeErrorThresholdBytes() function in art::ProfileCompilationInfo
Dprofile_compilation_info.h929 size_t GetSizeErrorThresholdBytes() const;