Searched refs:byte_code_offset (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DStackMapEntry.java74 private int byte_code_offset; field in class:StackMapEntry
100 public StackMapEntry(int byte_code_offset, int number_of_locals, argument
105 this.byte_code_offset = byte_code_offset;
121 file.writeShort(byte_code_offset);
136 StringBuffer buf = new StringBuffer("(offset=" + byte_code_offset);
168 public void setByteCodeOffset(int b) { byte_code_offset = b; }
169 public int getByteCodeOffset() { return byte_code_offset; }
/openjdk7/jdk/src/share/demo/jvmti/java_crw_demo/
H A Djava_crw_demo.c269 ByteOffset byte_code_offset; local
273 byte_code_offset = (ByteOffset)(mi->ci->input_position - mi->start_of_input_bytecodes);
275 byte_code_offset=-1;
283 byte_code_offset);

Completed in 91 milliseconds