• Home
  • Raw
  • Download

Lines Matching refs:empty

325     if (!profile_files_.empty() && !profile_files_fd_.empty()) {  in ParseArgs()
328 if (!reference_profile_file_.empty() && FdIsValid(reference_profile_file_fd_)) { in ParseArgs()
332 if (!apk_files_.empty() && !apks_fd_.empty()) { in ParseArgs()
355 if (profile_files_.empty() && profile_files_fd_.empty()) { in ProcessProfiles()
358 if (reference_profile_file_.empty() && !FdIsValid(reference_profile_file_fd_)) { in ProcessProfiles()
361 if ((!profile_files_.empty() && FdIsValid(reference_profile_file_fd_)) || in ProcessProfiles()
362 (!profile_files_fd_.empty() && !FdIsValid(reference_profile_file_fd_))) { in ProcessProfiles()
377 if (profile_filter_keys.empty()) { in ProcessProfiles()
389 if (profile_files_.empty()) { in ProcessProfiles()
426 bool use_apk_fd_list = !apks_fd_.empty(); in OpenApkFilesFromLocations()
429 if (dex_locations_.empty()) { in OpenApkFilesFromLocations()
441 } else if (!apk_files_.empty()) { in OpenApkFilesFromLocations()
442 if (dex_locations_.empty()) { in OpenApkFilesFromLocations()
450 CHECK(dex_locations_.empty()); in OpenApkFilesFromLocations()
516 if (!filename.empty()) { in LoadProfile()
552 if (profile_files_.empty() && profile_files_fd_.empty() && in DumpProfileInfo()
553 reference_profile_file_.empty() && !FdIsValid(reference_profile_file_fd_)) { in DumpProfileInfo()
577 if (!profile_files_fd_.empty()) { in DumpProfileInfo()
606 if (!reference_profile_file_.empty()) { in DumpProfileInfo()
707 if (profile_files_.empty() && profile_files_fd_.empty() && in DumpClassesAndMethods()
708 reference_profile_file_.empty() && !FdIsValid(reference_profile_file_fd_)) { in DumpClassesAndMethods()
717 if (!profile_files_fd_.empty()) { in DumpClassesAndMethods()
724 if (!profile_files_.empty()) { in DumpClassesAndMethods()
737 if (!reference_profile_file_.empty()) { in DumpClassesAndMethods()
788 if (android::base::StartsWith(dot, "#") || dot.empty()) { in ReadCommentedInputStream()
980 if (method_str.empty() || method_str == kClassAllMethods) { in ProcessLine()
1037 if (is_missing_types || !inline_cache_elems.empty()) { in ProcessLine()
1071 CHECK(!reference_profile_file_.empty()); in OpenReferenceProfile()
1096 if (apk_files_.empty() && apks_fd_.empty()) { in CreateProfile()
1099 if (dex_locations_.empty()) { in CreateProfile()
1102 if (reference_profile_file_.empty() && !FdIsValid(reference_profile_file_fd_)) { in CreateProfile()
1106 if (!profile_files_.empty() || !profile_files_fd_.empty()) { in CreateProfile()
1153 if (dex_files.empty()) { in CreateBootProfile()
1159 if (!profile_files_fd_.empty()) { in CreateBootProfile()
1168 if (!profile_files_.empty()) { in CreateBootProfile()
1189 return !create_profile_from_file_.empty(); in ShouldCreateProfile()
1201 if (!apk_files_.empty() || !apks_fd_.empty() || !dex_locations_.empty()) { in GenerateTestProfile()
1202 if (apk_files_.empty() && apks_fd_.empty()) { in GenerateTestProfile()
1205 if (dex_locations_.empty()) { in GenerateTestProfile()
1221 if (apk_files_.empty() && apks_fd_.empty() && dex_locations_.empty()) { in GenerateTestProfile()
1243 return !test_profile_.empty(); in ShouldGenerateTestProfile()
1255 if (reference_profile_file_.empty() && !FdIsValid(reference_profile_file_fd_)) { in CopyAndUpdateProfileKey()
1259 if (apk_files_.empty() && apks_fd_.empty()) { in CopyAndUpdateProfileKey()