Home
last modified time | relevance | path

Searched refs:dex_filename_ (Results 1 – 2 of 2) sorted by relevance

/art/tools/art_verifier/
Dart_verifier.cc106 dex_filename_ = raw_option + strlen("--dex-file="); in ParseCustom()
134 if (dex_filename_ == nullptr) { in ParseChecks()
163 const char* dex_filename_ = nullptr; member
201 if (!LoadDexFile(args_->dex_filename_, &unique_dex_files)) { in ExecuteWithRuntime()
/art/oatdump/
Doatdump.cc370 dex_filename_(dex_filename != nullptr ? std::make_optional(dex_filename) : std::nullopt), in OatDumperOptions()
387 const std::optional<std::string> dex_filename_; member in art::OatDumperOptions
2543 OpenOat(*options->oat_filename_, options->dex_filename_, &error_msg); in DumpImages()
2654 OpenOat(*options->oat_filename_, options->dex_filename_, &error_msg); in DumpOat()
3164 dex_filename_ = raw_option + strlen("--dex-file="); in ParseCustom()
3392 const char* dex_filename_ = nullptr; member
3436 args_->dex_filename_, in NeedsRuntime()
3473 args_->oat_filename_, args_->dex_filename_, args_->output_name_, no_bits) == in ExecuteWithoutRuntime()
3491 args_->dex_filename_); in ExecuteWithRuntime()
3509 OpenOat(*oat_dumper_options_->oat_filename_, oat_dumper_options_->dex_filename_, error_msg); in CanDumpWithRuntime()