Lines Matching refs:empty
681 boot_image_ = !image_filenames_.empty(); in ProcessOptions()
682 app_image_ = app_image_fd_ != -1 || !app_image_file_name_.empty(); in ProcessOptions()
694 if (oat_filenames_.empty() && oat_fd_ == -1) { in ProcessOptions()
698 if (!oat_filenames_.empty() && oat_fd_ != -1) { in ProcessOptions()
702 if (!parser_options->oat_symbols.empty() && oat_fd_ != -1) { in ProcessOptions()
706 if (!parser_options->oat_symbols.empty() && is_host_) { in ProcessOptions()
710 if (oat_fd_ != -1 && !image_filenames_.empty()) { in ProcessOptions()
714 if (!parser_options->oat_symbols.empty() && in ProcessOptions()
719 if (!image_filenames_.empty() && image_filenames_.size() != oat_filenames_.size()) { in ProcessOptions()
723 if (android_root_.empty()) { in ProcessOptions()
731 if (!boot_image_ && parser_options->boot_image_filename.empty()) { in ProcessOptions()
735 if (!parser_options->boot_image_filename.empty()) { in ProcessOptions()
743 if (image_classes_filename_ != nullptr && !boot_image_filename_.empty()) { in ProcessOptions()
755 if (compiled_classes_filename_ != nullptr && !boot_image_filename_.empty()) { in ProcessOptions()
763 if (dex_filenames_.empty() && zip_fd_ == -1) { in ProcessOptions()
767 if (!dex_filenames_.empty() && zip_fd_ != -1) { in ProcessOptions()
771 if (!dex_filenames_.empty() && !zip_location_.empty()) { in ProcessOptions()
775 if (dex_locations_.empty()) { in ProcessOptions()
783 if (!dex_filenames_.empty() && !oat_filenames_.empty()) { in ProcessOptions()
789 if (zip_fd_ != -1 && zip_location_.empty()) { in ProcessOptions()
793 if (boot_image_filename_.empty()) { in ProcessOptions()
799 const bool have_profile_file = !profile_file_.empty(); in ProcessOptions()
805 if (!parser_options->oat_symbols.empty()) { in ProcessOptions()
869 compiler_options_->verbose_methods_ = verbose_methods_.empty() ? nullptr : &verbose_methods_; in ProcessOptions()
942 if (!prefix.empty()) { in ExpandOatAndImageFilenames()
994 if (!prefix.empty()) { in CreateMultiImageName()
997 if (!infix.empty()) { in CreateMultiImageName()
1222 if (swap_fd_ == -1 && !swap_file_name_.empty()) { in OpenFile()
1342 if (!image_file_location.empty()) { in Setup()
1399 DCHECK(opened_dex_files.empty()); in Setup()
1499 if (!no_inline_filters.empty()) { in Compile()
1530 if (!no_inline_from_dex_files_.empty()) { in Compile()
1894 if (!error.empty()) { in LoadProfile()
2165 if (boot_image_filename_.empty()) { in PrepareRuntimeOptions()
2257 CHECK(image_filenames_.empty()); in CreateImageFile()
2373 if (StartsWith(dot, "#") || dot.empty()) { in ReadCommentedInputStream()