Searched refs:getByteCode (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/test/runtime/6925573/
H A DSortMethodsTest.java150 byte[] getByteCode() { method in class:JavaMemoryFileObject
164 byte[] b = jfo.getByteCode();
/openjdk7/hotspot/agent/test/libproc/
H A DLibprocClient.java121 byte[] buf = m.getByteCode();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DMethod.java217 public byte[] getByteCode() { method in class:Method
218 return getConstMethod().getByteCode();
H A DConstMethod.java213 public byte[] getByteCode() { method in class:ConstMethod
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DConcreteMethodImpl.java386 bytecodes = saMethod.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());
H A DMethodGen.java636 byte_code = il.getByteCode();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/
H A DClassWriter.java498 byte[] code = m.getByteCode();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/
H A Dsa.js802 if (method.getByteCode == undefined) {

Completed in 74 milliseconds