Clean up some RecordPcInfo in x86 slow paths.
Calling codegen->RecordPcInfo() is likely to miss the third argument which is the slow path. And can cause deopt bugs later. The change calls the slow path's version of RecordPcInfo() in slow paths consistently. Change-Id: I41605f1b06ee2c6d3d7ffd5aa0c1366940b5a029
Loading
Please sign in to comment