Searched refs:get_next_one_offset_aligned_right (Results 1 - 4 of 4) sorted by relevance

/openjdk10/hotspot/test/native/utilities/
H A Dtest_bitMap_search.cpp120 // Test get_next_one_offset_aligned_right with full range of map.
121 EXPECT_EQ(left, test_ones.get_next_one_offset_aligned_right(0, BITMAP_SIZE));
122 EXPECT_EQ(right, test_ones.get_next_one_offset_aligned_right(left + 1, BITMAP_SIZE));
123 EXPECT_EQ(BITMAP_SIZE, test_ones.get_next_one_offset_aligned_right(right + 1, BITMAP_SIZE));
178 test_ones.get_next_one_offset_aligned_right(start, end));
189 test_ones.get_next_one_offset_aligned_right(start2, end));
/openjdk10/hotspot/src/share/vm/gc/parallel/
H A DparMarkBitMap.inline.hpp160 return _beg_bits.get_next_one_offset_aligned_right(beg, end);
164 return _end_bits.get_next_one_offset_aligned_right(beg, end);
/openjdk10/hotspot/src/share/vm/utilities/
H A DbitMap.hpp263 idx_t get_next_one_offset_aligned_right(idx_t l_index, idx_t r_index) const;
H A DbitMap.inline.hpp250 BitMap::get_next_one_offset_aligned_right(idx_t l_offset, idx_t r_offset) const function in class:BitMap

Completed in 113 milliseconds