Searched refs:oat_filename_ (Results 1 – 1 of 1) sorted by relevance
3435 oat_filename_ = raw_option + strlen("--oat-file="); in ParseCustom()3449 oat_filename_ = raw_option + strlen("--symbolize="); in ParseCustom()3496 if (image_location_ == nullptr && oat_filename_ == nullptr) { in ParseChecks()3499 } else if (image_location_ != nullptr && oat_filename_ != nullptr) { in ParseChecks()3588 const char* oat_filename_ = nullptr; member3615 bool absolute_addresses = (args_->oat_filename_ == nullptr); in NeedsRuntime()3640 CHECK(args_->oat_filename_ != nullptr); in ExecuteWithoutRuntime()3650 return SymbolizeOat(args_->oat_filename_, args_->dex_filename_, args_->output_name_, no_bits) in ExecuteWithoutRuntime()3654 args_->oat_filename_, in ExecuteWithoutRuntime()3668 args_->oat_filename_, in ExecuteWithRuntime()[all …]