Home
last modified time | relevance | path

Searched refs:makeBody (Results 1 – 3 of 3) sorted by relevance

/external/javassist/src/main/javassist/
DCtNewWrappedConstructor.java37 Bytecode code = makeBody(declaring, declaring.getClassFile2(), in wrapped()
48 protected static Bytecode makeBody(CtClass declaring, ClassFile classfile, in makeBody() method in CtNewWrappedConstructor
DCtNewWrappedMethod.java44 Bytecode code = makeBody(declaring, declaring.getClassFile2(), body, in wrapped()
50 static Bytecode makeBody(CtClass clazz, ClassFile classfile, in makeBody() method in CtNewWrappedMethod
DCtMethod.java285 Bytecode code = CtNewWrappedMethod.makeBody(clazz, in setWrappedBody()