• mythria's avatar
    [Interpreter] Handles BytecodeArrays when scanning objects in heap. · 8a9ada48
    mythria authored
    Handles bytecodeArray Objects when verifying the heap and also when
    collecting code statistics. The changes include:
    1. BytecodeArrays could be a part of the large object space. When
    verifying the large object space we should also allow BytecodeArray
    objects.
    2. Adds support for BytecodeArrays when collecting code statistics.
    
    BUG=v8:4280,chromium:599001
    LOG=N
    
    Review URL: https://codereview.chromium.org/1850443006
    
    Cr-Commit-Position: refs/heads/master@{#35202}
    8a9ada48
Name
Last commit
Last update
..
dead-code-source-position.js Loading commit data...
debug-break-on-stack.js Loading commit data...
debug-break.js Loading commit data...
debug-scope-on-return.js Loading commit data...
debug-step-prefix-bytecodes.js Loading commit data...
debugger-statement.js Loading commit data...
elided-instruction-no-ignition.js Loading commit data...
elided-instruction.js Loading commit data...
optimized-debug-frame.js Loading commit data...
optimized-stack-trace.js Loading commit data...
regress-597565-double-to-object-transition.js Loading commit data...
regress-599001-verifyheap.js Loading commit data...
stack-trace-source-position.js Loading commit data...
tracing.js Loading commit data...