OSDN Git Service

ART: Change UnresolvedMergedType internal representation
authorAndreas Gampe <agampe@google.com>
Thu, 6 Aug 2015 18:31:56 +0000 (11:31 -0700)
committerAndreas Gampe <agampe@google.com>
Mon, 10 Aug 2015 17:07:14 +0000 (10:07 -0700)
commit750f7c2827318f6d07620f2ef0321218ea4d8670
treecbed9207f0cb6f5c989eac370e0b456fba8e369c
parent77bccdc5e4f7bb150867c7aecd350efee84367bc
ART: Change UnresolvedMergedType internal representation

Use a BitVector instead of the tree representation. This
avoids flattening the components and other instances.

Bug: 22881413
Change-Id: Ibf7cfb54443affeb1753bf114c0f306125391c62
runtime/verifier/reg_type.cc
runtime/verifier/reg_type.h
runtime/verifier/reg_type_cache.cc