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

/art/dex2oat/
H A Ddex2oat.cc554 no_inline_from_dex_files_(),
1726 no_inline_from_dex_files_.push_back(dex_file);
1732 if (!no_inline_from_dex_files_.empty()) {
1733 compiler_options_->no_inline_from_ = &no_inline_from_dex_files_;
2759 std::vector<const DexFile*> no_inline_from_dex_files_; member in class:art::FINAL

Completed in 35 milliseconds