Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc532 no_inline_from_dex_files_(), in Dex2Oat()
1524 no_inline_from_dex_files_.push_back(dex_file); in Compile()
1530 if (!no_inline_from_dex_files_.empty()) { in Compile()
1531 compiler_options_->no_inline_from_ = &no_inline_from_dex_files_; in Compile()
2484 std::vector<const DexFile*> no_inline_from_dex_files_; member in art::FINAL