Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc203 enum class ProfileCompilationInfo::ProfileLoadStatus : uint32_t { enum in art::ProfileCompilationInfo
323 ProfileLoadStatus InvalidHeaderMessage(/*out*/ std::string* error_msg) const;
344 ProfileCompilationInfo::ProfileLoadStatus
348 return ProfileLoadStatus::kBadMagic; in InvalidHeaderMessage()
353 return ProfileLoadStatus::kVersionMismatch; in InvalidHeaderMessage()
357 return ProfileLoadStatus::kBadData; in InvalidHeaderMessage()
361 return ProfileLoadStatus::kBadData; in InvalidHeaderMessage()
398 ProfileLoadStatus Read(void* buffer,
762 ProfileLoadStatus status = LoadInternal(fd, &error); in MergeWith()
763 if (status == ProfileLoadStatus::kSuccess) { in MergeWith()
[all …]
Dprofile_compilation_info.h704 enum class ProfileLoadStatus : uint32_t;
867 ProfileLoadStatus ReadClasses(
871 static ProfileLoadStatus SkipClasses(SafeBuffer& buffer, std::string* error);
876 ProfileLoadStatus ReadMethods(
880 static ProfileLoadStatus SkipMethods(SafeBuffer& buffer, std::string* error);
986 ProfileLoadStatus OpenSource(int32_t fd,
990 ProfileLoadStatus ReadSectionData(ProfileSource& source,
995 ProfileLoadStatus ReadDexFilesSection(
1002 ProfileLoadStatus ReadExtraDescriptorsSection(
1008 ProfileLoadStatus ReadClassesSection(
[all …]