12d79f91a3
When a method is invoked directly the target is known. Normalize the arguments based on the known target at CPS-translation time. If this is not done, then the call may go indirectly through a stub which is not actually generated. R=asgerf@google.com BUG= Review URL: https://codereview.chromium.org/1510193003 .