Lines Matching refs:profile_info
360 void UpdateProfile(const std::set<std::string>& locations, ProfileCompilationInfo* profile_info);
626 ProfileCompilationInfo* profile_info) { in UpdateProfile() argument
668 profile_info->FindOrAddDexFile(*dex_file, annotation_); in UpdateProfile()
681 profile_info->FindOrCreateTypeIndex(*dex_file, array_class_descriptor.c_str()); in UpdateProfile()
683 profile_info->AddClass(profile_index, type_index); in UpdateProfile()
688 profile_info->AddClass(profile_index, class_record.type_index); in UpdateProfile()
701 profile_info->AddMethod(profile_index, method.GetDexMethodIndex(), flags); in UpdateProfile()
714 profile_info->AddMethod(profile_index, method->GetDexMethodIndex(), flags); in UpdateProfile()
726 profile_info->FindOrAddDexFile(*dex_file, annotation_); in UpdateProfile()
735 profile_info->FindOrCreateTypeIndex(*dex_file, array_class_descriptor.c_str()); in UpdateProfile()
737 profile_info->AddClass(profile_index, type_index); in UpdateProfile()