Home
last modified time | relevance | path

Searched refs:getByteCode (Results 1 – 4 of 4) sorted by relevance

/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DSandboxClassLoader.java52 return getByteCode(internalClassName); in SandboxClassLoader()
118 final byte[] origClassBytes = getByteCode(className); in maybeInstrumentClass()
159 protected byte[] getByteCode(String className) throws ClassNotFoundException { in getByteCode() method in SandboxClassLoader
/external/apache-commons-bcel/src/test/java/org/apache/bcel/generic/
DJDKGenericDumpTestCase.java133 final byte[] out = il.getByteCode(); in compare()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DInstructionList.java934 public byte[] getByteCode() { in getByteCode() method in InstructionList
957 try (ByteSequence bytes = new ByteSequence(getByteCode())) { in getInstructions()
DMethodGen.java646 byte_code = il.getByteCode(); in getMethod()