Lines Matching refs:BitVector
270 std::unique_ptr<BitVector> method_bitmap_;
910 /*inout*/ SafeMap<const DexFile*, BitVector>* references) { in AddBssReference()
919 BitVector(number_of_indexes, /* expandable */ false, Allocator::GetMallocAllocator())); in AddBssReference()
2080 const BitVector& indexes, in CalculateNumberOfIndexBssMappingEntries()
2100 const BitVector& indexes, in CalculateIndexBssMappingSize()
2128 const BitVector& method_indexes = method_it->second; in InitIndexBssMappings()
2142 const BitVector& type_indexes = type_it->second; in InitIndexBssMappings()
2156 const BitVector& string_indexes = string_it->second; in InitIndexBssMappings()
2925 const BitVector& indexes, in WriteIndexBssMapping()
2982 const BitVector& method_indexes = method_it->second; in WriteIndexBssMappings()
3004 const BitVector& type_indexes = type_it->second; in WriteIndexBssMappings()
3026 const BitVector& string_indexes = string_it->second; in WriteIndexBssMappings()
4150 method_bitmap_.reset(new BitVector(num_methods, false, Allocator::GetMallocAllocator())); in OatClass()