Home
last modified time | relevance | path

Searched refs:GetClassDescriptors (Results 1 – 3 of 3) sorted by relevance

/art/libprofile/profile/
Dprofile_compilation_info.h536 HashSet<std::string> GetClassDescriptors(
Dprofile_compilation_info.cc2118 HashSet<std::string> ProfileCompilationInfo::GetClassDescriptors( in GetClassDescriptors() function in art::ProfileCompilationInfo
/art/dex2oat/
Ddex2oat.cc1662 HashSet<std::string> image_classes = profile_compilation_info_->GetClassDescriptors( in LoadClassProfileDescriptors()