Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h230 const std::vector<const DexFile*>* GetNoInlineFromDexFile() const { in GetNoInlineFromDexFile() function
Dcompiler_driver.cc2881 compiler_options_->GetNoInlineFromDexFile() != nullptr && in MayInlineInternal()
2882 ContainsElement(*compiler_options_->GetNoInlineFromDexFile(), inlined_from)) { in MayInlineInternal()