Add stats for last step inlining of invokes

Add kInlinedLastInvoke(VirtualOrInterface) which counts the amount of invokes we inlined on the parent-most method. This is useful to know since it is the invoke that matters the most. The other inlinings are about recursive inlinings but those will not get into the graph if the last invoke fails to be inlined.

Change-Id: I4d293864033c950477f50149fd0318c501dcfb6f
2 files changed