Profiler: resolve top of stack address to a function
authoryurys <yurys@chromium.org>
Thu, 10 Sep 2015 17:45:39 +0000 (10:45 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 10 Sep 2015 17:45:52 +0000 (17:45 +0000)
commitaee75623aad0af2d43135b8dbbfe948168ce2a24
tree713d20181ce64e68eac8738ced55a1bb34710dde
parent8df7b4f6b502e2c318b61ce604332d51544081c6
Profiler: resolve top of stack address to a function

When we cannot map top frame's pc to a code object and top frame is JS frame we now assume that it was a frameless invocation of a native function (e.g. __fmod) and try to resolve address on top of the stack into a JS function.

BUG=chromium:529931
LOG=Y

Review URL: https://codereview.chromium.org/1315683007

Cr-Commit-Position: refs/heads/master@{#30688}
src/profile-generator.cc