Searched defs:l_offset (Results 1 - 3 of 3) sorted by relevance

/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DBitMap.java159 public int getNextOneOffset(int l_offset, int r_offset) { argument
/openjdk9/hotspot/src/share/vm/utilities/
H A DbitMap.inline.hpp149 BitMap::get_next_one_offset_inline(idx_t l_offset, idx_t r_offset) const { argument
212 get_next_zero_offset_inline(idx_t l_offset, idx_t r_offset) const argument
254 get_next_one_offset_inline_aligned_right(idx_t l_offset, idx_t r_offset) const argument
325 get_next_one_offset(idx_t l_offset, idx_t r_offset) const argument
330 get_next_zero_offset(idx_t l_offset, idx_t r_offset) const argument
[all...]
/openjdk9/hotspot/src/cpu/sparc/vm/
H A DmacroAssembler_sparc.hpp538 static int l_offset(int j) { return offset_of(RegistersForDebugging, l[j]); } function in class:RegistersForDebugging

Completed in 76 milliseconds