Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dinliner.h116 bool IsInliningAllowed(art::ArtMethod* method, const CodeItemDataAccessor& accessor) const
H A Dinliner.cc1324 bool HInliner::IsInliningAllowed(ArtMethod* method, const CodeItemDataAccessor& accessor) const { in IsInliningAllowed() function in art::HInliner
1462 if (!IsInliningAllowed(method, accessor)) { in TryBuildAndInline()