• balazs.kilvady's avatar
    MIPS64: Propagate DeoptInfo to cpu-profiler · 661668f7
    balazs.kilvady authored
    Port 86cae163
    
    Original commit message:
    1) Deoptimizer::Reason was replaced with Deoptimizer::DeoptInfo
    because it also has raw position. Also the old name clashes with DeoptReason enum.
    
    2) c_entry_fp assignment call was added to EntryGenerator::Generate
    So we can calculate sp and have a chance to record the stack for the deopting function.
    btw it makes the test stable.
    
    3) new kind of CodeEvents was added to cpu-profiler
    
    4) GetDeoptInfo method was extracted from PrintDeoptLocation.
    So it could be reused in cpu profiler.
    
    BUG=452067
    LOG=n
    
    Review URL: https://codereview.chromium.org/907383003
    
    Cr-Commit-Position: refs/heads/master@{#26554}
    661668f7
Name
Last commit
Last update
..
OWNERS Loading commit data...
assembler-mips64-inl.h Loading commit data...
assembler-mips64.cc Loading commit data...
assembler-mips64.h Loading commit data...
builtins-mips64.cc Loading commit data...
code-stubs-mips64.cc Loading commit data...
code-stubs-mips64.h Loading commit data...
codegen-mips64.cc Loading commit data...
codegen-mips64.h Loading commit data...
constants-mips64.cc Loading commit data...
constants-mips64.h Loading commit data...
cpu-mips64.cc Loading commit data...
debug-mips64.cc Loading commit data...
deoptimizer-mips64.cc Loading commit data...
disasm-mips64.cc Loading commit data...
frames-mips64.cc Loading commit data...
frames-mips64.h Loading commit data...
full-codegen-mips64.cc Loading commit data...
interface-descriptors-mips64.cc Loading commit data...
lithium-codegen-mips64.cc Loading commit data...
lithium-codegen-mips64.h Loading commit data...
lithium-gap-resolver-mips64.cc Loading commit data...
lithium-gap-resolver-mips64.h Loading commit data...
lithium-mips64.cc Loading commit data...
lithium-mips64.h Loading commit data...
macro-assembler-mips64.cc Loading commit data...
macro-assembler-mips64.h Loading commit data...
regexp-macro-assembler-mips64.cc Loading commit data...
regexp-macro-assembler-mips64.h Loading commit data...
simulator-mips64.cc Loading commit data...
simulator-mips64.h Loading commit data...