Searched refs:toBytecode (Results 1 – 13 of 13) sorted by relevance
132 byte[] b = toBytecode(cf); in toClass()154 byte[] b = toBytecode(cf); in toClass()162 private static byte[] toBytecode(ClassFile cf) throws IOException { in toBytecode() method in FactoryHelper
64 public void toBytecode(DataOutputStream out) in toBytecode() method in CtNewClass76 super.toBytecode(out); in toBytecode()
1507 public byte[] toBytecode() throws IOException, CannotCompileException { in toBytecode() method in CtClass1511 toBytecode(out); in toBytecode()1548 toBytecode(out); in writeFile()1657 public void toBytecode(DataOutputStream out) in toBytecode() method in CtClass
178 byte[] code = cc.toBytecode(); in invokeDefineClass()383 classfile = source.get(name).toBytecode(); in findClass()
1151 ct.toBytecode()); in toClass()1177 ct.toBytecode()); in toClass()1233 neighbor, loader, domain, ct.toBytecode()); in toClass()
1562 public void toBytecode(DataOutputStream out) in toBytecode() method in CtClassType
127 defs[i] = new ClassDefinition(oldClasses[i], newClasses[i].toBytecode()); in redefine()213 jos.write(clazz.toBytecode()); in createJarFile()
21 cc.toBytecode(); in accessClass()
168 cc.toBytecode(); in testCheckModifyAndPruned()726 cc.toBytecode(); in testFrozen2()727 cc.toBytecode(); in testFrozen2()729 cc.toBytecode(); in testFrozen2()730 cc.toBytecode(); in testFrozen2()
867 cc.toBytecode(); in testPrune()
767 cc.toBytecode(); in testMakeClass()
272 b = cl.toBytecode(); in doClass()
356 classfile = c.toBytecode(); in letUsersSendClassfile()