Home
last modified time | relevance | path

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

/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info.cc340 return ProfileLoadStatus::kBadData; in InvalidHeaderMessage()
344 return ProfileLoadStatus::kBadData; in InvalidHeaderMessage()
381 ProfileLoadStatus Read(void* buffer,
1443 return ProfileLoadStatus::kSuccess; in Read()
1481 return ProfileLoadStatus::kSuccess; in ReadSectionData()
1548 return ProfileLoadStatus::kSuccess; in ReadDexFilesSection()
1599 return ProfileLoadStatus::kSuccess; in ReadExtraDescriptorsSection()
1635 return ProfileLoadStatus::kSuccess; in ReadClassesSection()
1671 return ProfileLoadStatus::kSuccess; in ReadMethodsSection()
1806 return ProfileLoadStatus::kSuccess; in LoadInternal()
[all …]
H A Dprofile_compilation_info.h657 enum class ProfileLoadStatus : uint32_t;
789 ProfileLoadStatus ReadClasses(
793 static ProfileLoadStatus SkipClasses(SafeBuffer& buffer, std::string* error);
798 ProfileLoadStatus ReadMethods(
878 ProfileLoadStatus OpenSource(int32_t fd,
882 ProfileLoadStatus ReadSectionData(ProfileSource& source,
887 ProfileLoadStatus ReadDexFilesSection(
894 ProfileLoadStatus ReadExtraDescriptorsSection(
900 ProfileLoadStatus ReadClassesSection(
907 ProfileLoadStatus ReadMethodsSection(
[all …]