Searched refs:get_offset (Results 1 - 6 of 6) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DCDRInputStream_1_0.java329 if (blockLength == get_offset()) {
344 if (blockLength < get_offset()) {
360 blockLength < get_offset() + requiredNumBytes) {
562 stringIndirection = get_offset() - 4;
848 int indirection = read_long() + get_offset() - 4;
925 int indirection = get_offset() - 4;
1054 int indirection = read_long() + get_offset() - 4;
1066 int indirection = get_offset() - 4;
1160 int indirection = read_long() + get_offset() - 4;
1172 int indirection = get_offset()
1469 protected int get_offset() { method in class:CDRInputStream_1_0
[all...]
H A DCDRInputStream_1_1.java47 protected int get_offset() { method in class:CDRInputStream_1_1
H A DCDROutputStream_1_1.java98 public int get_offset() { method in class:CDROutputStream_1_1
H A DCDROutputStream_1_0.java494 int indirection = get_offset() - 4;
970 public int get_offset() { method in class:CDROutputStream_1_0
992 blockSizePosition = get_offset();
1034 if (get_offset() == blockSizePosition) {
1052 // System.out.println(" post end_block: " + get_offset() + " " + bbwi.position());
1295 // int indirection = get_offset();
1342 indirection = get_offset() - 4;
1345 indirection = get_offset() - 4;
1346 write_codebase(codebase, get_offset());
1351 indirection = get_offset()
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A DstackMapTable.hpp69 inline int get_offset(int index) const { function in class:StackMapTable
H A Dverifier.cpp1775 u2 this_offset = stackmap_table->get_offset(stackmap_index);

Completed in 717 milliseconds