OSDN Git Service

ART: Bitvector extensions for dumping and size handling
authorJean Christophe Beyler <jean.christophe.beyler@intel.com>
Tue, 15 Apr 2014 22:54:35 +0000 (15:54 -0700)
committerJean Christophe Beyler <jean.christophe.beyler@intel.com>
Thu, 24 Apr 2014 19:20:40 +0000 (12:20 -0700)
commit5afa08f95d43dd24fb4b3d7a08aa1ec23386ad54
tree28d388989be9ccdfce387728f63820689c29e9ca
parent1c17753ca9cf125ffd1fa47f34650fb6f4005409
ART: Bitvector extensions for dumping and size handling

- Added dumping functions and the ensure size and clear function.
- Fixed a bug in union where if a bit is not set in the source, an buffer
   overflow can occur later down.

Change-Id: Iff40529f3a8970a1ce2dd5c591f659f71924dea3
Signed-off-by: Jean Christophe Beyler <jean.christophe.beyler@intel.com>
Signed-off-by: Razvan A Lupusoru <razvan.a.lupusoru@intel.com>
Signed-off-by: Yixin Shou <yixin.shou@intel.com>
Signed-off-by: Chao-ying Fu <chao-ying.fu@intel.com>
Signed-off-by: Udayan Banerji <udayan.banerji@intel.com>
runtime/base/bit_vector.cc
runtime/base/bit_vector.h