• ishell's avatar
    [ic] [stubs] Remove InlineCacheState field from the code flags. · 9dc62d27
    ishell authored
    There are no ICs left that store their state in this field: vector based
    ICs use feedback vector and the rest three (BinaryOpIC, CompareIC and
    ToBooleanIC) reconstruct their state from the ExtraICState field.
    
    This CL also removes unused InlineCacheState::DEBUG_STUB which was used
    mostly in Code::is_debug_stub(). The latter now checks if the code is one
    of the debug builtins instead.
    
    BUG=chromium:618701
    LOG=Y
    
    Review-Url: https://codereview.chromium.org/2052763003
    Cr-Commit-Position: refs/heads/master@{#36871}
    9dc62d27
Name
Last commit
Last update
..
heap-tester.h Loading commit data...
heap-utils.cc Loading commit data...
heap-utils.h Loading commit data...
test-alloc.cc Loading commit data...
test-array-buffer-tracker.cc Loading commit data...
test-compaction.cc Loading commit data...
test-heap.cc Loading commit data...
test-incremental-marking.cc Loading commit data...
test-lab.cc Loading commit data...
test-mark-compact.cc Loading commit data...
test-spaces.cc Loading commit data...