• oth's avatar
    [Interpreter] Add support for Call bytecode to bytecode graph builder. · e8ae8b34
    oth authored
    Adds support for visiting the Call bytecode to the bytecode graph builder.
    This change also adds the call type feedback slot to the Call bytecode.
    This is not currently used by the interpreter, but is used by the
    graph builder.
    
    Also adds a CallWide varient of the Call bytecode, and adds the kCount16
    operand type.
    
    Landed on behalf of rmcilroy.
    
    BUG=v8:4280
    LOG=N
    
    Review URL: https://codereview.chromium.org/1456453002
    
    Cr-Commit-Position: refs/heads/master@{#32033}
    e8ae8b34
interpreter.h 3.59 KB