OSDN Git Service

Split BitVector into its own file.
authorAndy McFadden <fadden@android.com>
Fri, 10 Dec 2010 19:08:22 +0000 (11:08 -0800)
committerAndy McFadden <fadden@android.com>
Fri, 10 Dec 2010 19:08:22 +0000 (11:08 -0800)
commit2867f0b3f48d3dcbdba9b4ba7db27f6107313663
tree860c1feecdf4879296d0debe1e67e558ee9ab911
parent701d2720fa693621a3c0c4d0bdf9e32e3eb8e731
Split BitVector into its own file.

This just pulls the BitVector stuff out into separate files.

IIRC the motivation for building Misc.c for ARM rather than Thumb was
the bit-manipulation going on in BitVector (e.g. the use of ffs()),
so I switched that around in the makefile.

The only change of any substance was relocation of the kBitVectorGrowth
define from the .h to the .c.

Change-Id: Ib35fda81809081bd629b4f344e41f21966e1441c
vm/BitVector.c [new file with mode: 0644]
vm/BitVector.h [new file with mode: 0644]
vm/Dalvik.h
vm/Dvm.mk
vm/Misc.c
vm/Misc.h