PPC: [deoptimizer] Basic support inlining based on SharedFunctionInfo.
Port
cf21da7e485ac80b3071e477e5399a00ee2b365f
Original commit message:
Up until now we can only inline based on JSFunction, because of the way
the deoptimization works. With this change we will be able to inline
based on the SharedFunctionInfo and materialize the JSFunction from a
literal or a stack slot when necessary.
R=bmeurer@chromium.org, dstence@us.ibm.com, michael_dawson@ca.ibm.com
BUG=
Review URL: https://codereview.chromium.org/
1174963004
Cr-Commit-Position: refs/heads/master@{#28909}