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

/glassfish-3.1.2/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/classfile/
H A DInsnReadEnv.java53 private byte[] byteCodes; field in class:InsnReadEnv
55 /* The index into byteCodes for the next instruction to be decoded */
62 this.byteCodes = bytes;
78 return currPc < byteCodes.length;
88 return byteCodes[currPc++];
102 byte byte1 = byteCodes[currPc++];
103 byte byte2 = byteCodes[currPc++];
118 byte byte1 = byteCodes[currPc++];
119 byte byte2 = byteCodes[currPc++];
120 byte byte3 = byteCodes[currP
[all...]
H A DCodeAttribute.java122 public byte[] byteCodes() { method in class:CodeAttribute
177 this(attrName, maxStack, maxLocals, code, null, /* byteCodes */

Completed in 68 milliseconds