Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc190 enum class ProfileCompilationInfo::ProfileLoadStatus : uint32_t { enum in art::ProfileCompilationInfo
310 ProfileLoadStatus InvalidHeaderMessage(/*out*/ std::string* error_msg) const;
331 ProfileCompilationInfo::ProfileLoadStatus
335 return ProfileLoadStatus::kBadMagic; in InvalidHeaderMessage()
340 return ProfileLoadStatus::kVersionMismatch; in InvalidHeaderMessage()
344 return ProfileLoadStatus::kBadData; in InvalidHeaderMessage()
348 return ProfileLoadStatus::kBadData; in InvalidHeaderMessage()
385 ProfileLoadStatus Read(void* buffer,
749 ProfileLoadStatus status = LoadInternal(fd, &error); in MergeWith()
750 if (status == ProfileLoadStatus::kSuccess) { in MergeWith()
[all …]
Dprofile_compilation_info.h698 enum class ProfileLoadStatus : uint32_t;
861 ProfileLoadStatus ReadClasses(
865 static ProfileLoadStatus SkipClasses(SafeBuffer& buffer, std::string* error);
870 ProfileLoadStatus ReadMethods(
874 static ProfileLoadStatus SkipMethods(SafeBuffer& buffer, std::string* error);
980 ProfileLoadStatus OpenSource(int32_t fd,
984 ProfileLoadStatus ReadSectionData(ProfileSource& source,
989 ProfileLoadStatus ReadDexFilesSection(
996 ProfileLoadStatus ReadExtraDescriptorsSection(
1002 ProfileLoadStatus ReadClassesSection(
[all …]