Searched refs:makeBody (Results 1 – 3 of 3) sorted by relevance
/external/javassist/src/main/javassist/ |
D | CtNewWrappedConstructor.java | 40 Bytecode code = makeBody(declaring, declaring.getClassFile2(), in wrapped() 52 protected static Bytecode makeBody(CtClass declaring, ClassFile classfile, in makeBody() method in CtNewWrappedConstructor
|
D | CtNewWrappedMethod.java | 51 Bytecode code = makeBody(declaring, declaring.getClassFile2(), body, in wrapped() 59 static Bytecode makeBody(CtClass clazz, ClassFile classfile, in makeBody() method in CtNewWrappedMethod
|
D | CtMethod.java | 302 Bytecode code = CtNewWrappedMethod.makeBody(clazz, in setWrappedBody()
|