Home
last modified time | relevance | path

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

/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info.h658 class ProfileSource; variable
879 /*out*/ std::unique_ptr<ProfileSource>* source,
882 ProfileLoadStatus ReadSectionData(ProfileSource& source,
888 ProfileSource& source,
895 ProfileSource& source,
901 ProfileSource& source,
908 ProfileSource& source,
H A Dprofile_compilation_info.cc353 class ProfileCompilationInfo::ProfileSource { class in art::ProfileCompilationInfo
360 static ProfileSource* Create(int32_t fd) { in Create()
369 static ProfileSource* Create(MemMap&& mem_map) { in Create()
390 ProfileSource(int32_t fd, MemMap&& mem_map) in ProfileSource() function in art::ProfileCompilationInfo::ProfileSource
1364 source->reset(ProfileSource::Create(fd)); in OpenSource()
1460 ProfileSource& source, in ReadSectionData()
1485 ProfileSource& source, in ReadDexFilesSection()
1552 ProfileSource& source, in ReadExtraDescriptorsSection()
1603 ProfileSource& source, in ReadClassesSection()
1639 ProfileSource& source, in ReadMethodsSection()
[all …]