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