Searched refs:oat_filenames_ (Results 1 - 3 of 3) sorted by relevance

/art/dex2oat/
H A Ddex2oat.cc721 if (oat_filenames_.empty() && oat_fd_ == -1) {
733 if (!oat_filenames_.empty() && oat_fd_ != -1) {
759 parser_options->oat_symbols.size() != oat_filenames_.size()) {
763 if (!image_filenames_.empty() && image_filenames_.size() != oat_filenames_.size()) {
827 if (!dex_filenames_.empty() && !oat_filenames_.empty()) {
828 if (oat_filenames_.size() != 1 && oat_filenames_.size() != dex_filenames_.size()) {
956 std::string base_oat = oat_filenames_[0];
996 std::string dex_file = oat_filenames_[0];
1032 oat_filenames_
2711 std::vector<const char*> oat_filenames_; member in class:art::FINAL
[all...]
/art/compiler/
H A Dimage_writer.h617 const std::vector<const char*>& oat_filenames_; member in class:art::FINAL
H A Dimage_writer.cc1558 for (size_t i = 0, size = oat_filenames_.size(); i != size; ++i) {
1807 LOG(INFO) << "Creating header for " << oat_filenames_[oat_index];
2612 CHECK_EQ(oat_filenames_.size(), 1u) << "App image should have no next image.";
2617 if (oat_index + 1u != oat_filenames_.size()) {
2665 oat_filenames_(oat_filenames),

Completed in 352 milliseconds