Lines Matching refs:empty

421     if (!profile_files_.empty() && !profile_files_fd_.empty()) {  in ParseArgs()
424 if (!reference_profile_file_.empty() && FdIsValid(reference_profile_file_fd_)) { in ParseArgs()
428 if (!apk_files_.empty() && !apks_fd_.empty()) { in ParseArgs()
451 if (profile_files_.empty() && profile_files_fd_.empty()) { in ProcessProfiles()
454 if (reference_profile_file_.empty() && !FdIsValid(reference_profile_file_fd_)) { in ProcessProfiles()
457 if ((!profile_files_.empty() && FdIsValid(reference_profile_file_fd_)) || in ProcessProfiles()
458 (!profile_files_fd_.empty() && !FdIsValid(reference_profile_file_fd_))) { in ProcessProfiles()
473 if (profile_filter_keys.empty()) { in ProcessProfiles()
486 if (profile_files_.empty()) { in ProcessProfiles()
523 bool use_apk_fd_list = !apks_fd_.empty(); in OpenApkFilesFromLocations()
526 if (dex_locations_.empty()) { in OpenApkFilesFromLocations()
538 } else if (!apk_files_.empty()) { in OpenApkFilesFromLocations()
539 if (dex_locations_.empty()) { in OpenApkFilesFromLocations()
547 CHECK(dex_locations_.empty()); in OpenApkFilesFromLocations()
613 if (!filename.empty()) { in LoadProfile()
649 if (profile_files_.empty() && profile_files_fd_.empty() && in DumpProfileInfo()
650 reference_profile_file_.empty() && !FdIsValid(reference_profile_file_fd_)) { in DumpProfileInfo()
674 if (!profile_files_fd_.empty()) { in DumpProfileInfo()
703 if (!reference_profile_file_.empty()) { in DumpProfileInfo()
804 if (profile_files_.empty() && profile_files_fd_.empty() && in DumpClassesAndMethods()
805 reference_profile_file_.empty() && !FdIsValid(reference_profile_file_fd_)) { in DumpClassesAndMethods()
814 if (!profile_files_fd_.empty()) { in DumpClassesAndMethods()
821 if (!profile_files_.empty()) { in DumpClassesAndMethods()
834 if (!reference_profile_file_.empty()) { in DumpClassesAndMethods()
885 if (android::base::StartsWith(dot, "#") || dot.empty()) { in ReadCommentedInputStream()
1041 if (maybe_annotated_line.empty()) { in ProcessLine()
1059 ProfileSampleAnnotation annotation = annotation_string.empty() in ProcessLine()
1110 if (method_str.empty() || method_str == kClassAllMethods) { in ProcessLine()
1163 if (is_missing_types || !inline_cache_elems.empty()) { in ProcessLine()
1221 CHECK(!reference_profile_file_.empty()); in OpenReferenceProfile()
1239 if (apk_files_.empty() && apks_fd_.empty()) { in CreateBootProfile()
1242 if (dex_locations_.empty()) { in CreateBootProfile()
1245 if (reference_profile_file_.empty() && !FdIsValid(reference_profile_file_fd_)) { in CreateBootProfile()
1249 if (!profile_files_.empty() || !profile_files_fd_.empty()) { in CreateBootProfile()
1294 if (apk_files_.empty() && apks_fd_.empty()) { in CreateProfile()
1297 if (dex_locations_.empty()) { in CreateProfile()
1300 if (reference_profile_file_.empty() && !FdIsValid(reference_profile_file_fd_)) { in CreateProfile()
1304 if (!profile_files_.empty() || !profile_files_fd_.empty()) { in CreateProfile()
1355 if (dex_files.empty()) { in CreateBootImageProfile()
1372 return !create_profile_from_file_.empty(); in ShouldCreateProfile()
1384 if (!apk_files_.empty() || !apks_fd_.empty() || !dex_locations_.empty()) { in GenerateTestProfile()
1385 if (apk_files_.empty() && apks_fd_.empty()) { in GenerateTestProfile()
1388 if (dex_locations_.empty()) { in GenerateTestProfile()
1404 if (apk_files_.empty() && apks_fd_.empty() && dex_locations_.empty()) { in GenerateTestProfile()
1426 return !test_profile_.empty(); in ShouldGenerateTestProfile()
1438 if (reference_profile_file_.empty() && !FdIsValid(reference_profile_file_fd_)) { in CopyAndUpdateProfileKey()
1442 if (apk_files_.empty() && apks_fd_.empty()) { in CopyAndUpdateProfileKey()