Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinliner.cc69 static constexpr bool kUseAOTInlineCaches = true; variable
601 if (Runtime::Current()->IsAotCompiler() && !kUseAOTInlineCaches) { in TryInlineFromInlineCache()