Searched defs:getByteCode (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/test/runtime/6925573/
H A DSortMethodsTest.java150 byte[] getByteCode() { method in class:JavaMemoryFileObject
164 byte[] b = jfo.getByteCode();
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DInstructionList.java80 * href="#getByteCode()">getByteCode</a>.
973 public byte[] getByteCode() { method in class:InstructionList
997 ByteSequence bytes = new ByteSequence(getByteCode());
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DConstMethod.java213 public byte[] getByteCode() { method in class:ConstMethod
H A DMethod.java217 public byte[] getByteCode() { method in class:Method
218 return getConstMethod().getByteCode();

Completed in 47 milliseconds