• Daniel Clifford's avatar
    [torque] Make more classes eligible for direct map Cast<> checks · c0e24791
    Daniel Clifford authored
    Also should address minor performance regressions for instance types
    that should (and used to) use map compare rather than instance_type
    comparison.
    
    In the process, convert a bunch of IsXXX methods from the CSA into
    exported Torque methods that call through to the Cast<> to ensure
    there is only a single implementation of the type checkers. Also clean
    up and remove duplicate/redundant code and unused Torque imports.
    
    Bug: v8:7793, chromium:1098481
    Change-Id: I3cd5146d913bb75bab4f73415b1b94bc30924725
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2270545
    Commit-Queue: Daniel Clifford <danno@chromium.org>
    Reviewed-by: 's avatarTobias Tebbi <tebbi@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#68621}
    c0e24791
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
debugging Loading commit data...
fuzzer Loading commit data...
fuzzilli Loading commit data...
inspector Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mkgrokdump Loading commit data...
mozilla Loading commit data...
test262 Loading commit data...
torque Loading commit data...
unittests Loading commit data...
wasm-api-tests Loading commit data...
wasm-js Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
OWNERS Loading commit data...