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

/openjdk7/hotspot/src/share/vm/oops/
H A DmethodDataOop.hpp527 count_off,
545 return uint_at(count_off);
550 return cell_offset(count_off);
557 set_uint_at(count_off, count);
/openjdk7/hotspot/src/share/vm/opto/
H A Druntime.cpp901 int count_off = ReceiverTypeData::receiver_count_cell_index(row); variable
902 *(mdp + count_off) += DataLayout::counter_increment; variable
915 int count_off = ReceiverTypeData::receiver_count_cell_index(empty_row); variable
916 *(mdp + count_off) = DataLayout::counter_increment; variable
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageChannelExtract_f.c101 int i, j, off, count_off; local
219 int i, j, off, count_off; local
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp1711 count_off = 2, // u2 such as 1 (one value) enumerator in enum:__anon149
1728 int count = Bytes::get_Java_u2(abase + count_off);

Completed in 74 milliseconds