f6c19ee595
Use the existing class-id check for dense ranges in more places. Previously we would fall back to megamorphic lookup with >4 cids, even though we can check cid ranges up to word-size efficiently. Next step is to generalize the dense class id checks to multiple word-sizes. BUG= R=vegorov@google.com Review URL: https://codereview.chromium.org/1847293002 .