HomeSort by relevance Sort by last modified time
    Searched refs:oat_filenames_ (Results 1 - 3 of 3) sorted by null

  /art/dex2oat/
dex2oat.cc 721 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()) {
2711 std::vector<const char*> oat_filenames_; member in class:art::FINAL
    [all...]
  /art/compiler/
image_writer.h 617 const std::vector<const char*>& oat_filenames_; member in class:art::FINAL
image_writer.cc     [all...]

Completed in 247 milliseconds