Searched refs:oat_filename_ (Results 1 – 1 of 1) sorted by relevance
3611 oat_filename_ = option.substr(strlen("--oat-file=")).data(); in ParseCustom()3625 oat_filename_ = option.substr(strlen("--symbolize=")).data(); in ParseCustom()3672 if (image_location_ == nullptr && oat_filename_ == nullptr) { in ParseChecks()3675 } else if (image_location_ != nullptr && oat_filename_ != nullptr) { in ParseChecks()3764 const char* oat_filename_ = nullptr; member3791 bool absolute_addresses = (args_->oat_filename_ == nullptr); in NeedsRuntime()3816 CHECK(args_->oat_filename_ != nullptr); in ExecuteWithoutRuntime()3826 return SymbolizeOat(args_->oat_filename_, args_->dex_filename_, args_->output_name_, no_bits) in ExecuteWithoutRuntime()3830 args_->oat_filename_, in ExecuteWithoutRuntime()3844 args_->oat_filename_, in ExecuteWithRuntime()[all …]