Searched refs:IsInliningAllowed (Results 1 – 2 of 2) sorted by relevance
116 bool IsInliningAllowed(art::ArtMethod* method, const CodeItemDataAccessor& accessor) const
1324 bool HInliner::IsInliningAllowed(ArtMethod* method, const CodeItemDataAccessor& accessor) const { in IsInliningAllowed() function in art::HInliner1462 if (!IsInliningAllowed(method, accessor)) { in TryBuildAndInline()