• loislo's avatar
    CpuProfiler: move InlinedFunctionInfo class from HGraphBuilder to CompilationInfo. · e60ec273
    loislo authored
    A function could be deoptimized due to a deopt in the inlined code.
    The inlined function might be defined in another script. So we need to
    track the information about the inlined functions (scriptId and offset).
    We already have the tracking code which is behind FLAG_hydrogen_track_position.
    So as the first step we need to make the info accessible by CPU profiler.
    In the follow-up patches I'll add the code which will enable position
    tracking and push the info into CodeEntry entries.
    
    BUG=452067
    LOG=n
    
    Review URL: https://codereview.chromium.org/914413007
    
    Cr-Commit-Position: refs/heads/master@{#26680}
    e60ec273
Name
Last commit
Last update
benchmarks Loading commit data...
build Loading commit data...
include Loading commit data...
samples Loading commit data...
src Loading commit data...
test Loading commit data...
testing Loading commit data...
third_party/binutils Loading commit data...
tools Loading commit data...
.clang-format Loading commit data...
.gitignore Loading commit data...
.ycm_extra_conf.py Loading commit data...
AUTHORS Loading commit data...
BUILD.gn Loading commit data...
ChangeLog Loading commit data...
DEPS Loading commit data...
LICENSE Loading commit data...
LICENSE.strongtalk Loading commit data...
LICENSE.v8 Loading commit data...
LICENSE.valgrind Loading commit data...
Makefile Loading commit data...
Makefile.android Loading commit data...
Makefile.nacl Loading commit data...
OWNERS Loading commit data...
PRESUBMIT.py Loading commit data...
README.md Loading commit data...
WATCHLISTS Loading commit data...
codereview.settings Loading commit data...