Home | History | Annotate | Download | only in runtime

Lines Matching refs:bitmap_

2087       bitmap_(bitmap_pointer), methods_pointer_(methods_pointer) {
2129 if (bitmap_ == nullptr) {
2134 if (!BitVector::IsBitSet(bitmap_, method_index)) {
2137 size_t num_set_bits = BitVector::NumSetBits(bitmap_, method_index);