Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc3331 oat_filename_ = option.substr(strlen("--oat-file=")).data(); in ParseCustom()
3343 oat_filename_ = option.substr(strlen("--symbolize=")).data(); in ParseCustom()
3390 if (image_location_ == nullptr && oat_filename_ == nullptr) { in ParseChecks()
3393 } else if (image_location_ != nullptr && oat_filename_ != nullptr) { in ParseChecks()
3482 const char* oat_filename_ = nullptr; member
3508 bool absolute_addresses = (args_->oat_filename_ == nullptr); in NeedsRuntime()
3533 CHECK(args_->oat_filename_ != nullptr); in ExecuteWithoutRuntime()
3543 return SymbolizeOat(args_->oat_filename_, args_->output_name_, no_bits) == EXIT_SUCCESS; in ExecuteWithoutRuntime()
3546 args_->oat_filename_, in ExecuteWithoutRuntime()
3559 args_->oat_filename_); in ExecuteWithRuntime()
[all …]