Don't overly limit recursive inlining for monomorphic cases
After aosp/1978317 we are limiting the polmymorphic recursive inlining.
There are some cases in which we fall down the 'Polymorphic' case
even though we are monomorphic which we do not want to limit since
they are not responsible for code bloat.
Test: art/test/testrunner/testrunner.py --host --64 --optimizing -b
Test: Caffeine go/lem benchmark which regresses without this CL
Bug: 217464625
Change-Id: I000b24b4209b89911260efe8606490fb867198a7
1 file changed