Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/
DCtNewWrappedMethod.java115 compileReturn(code, returnType); // consumes 2 stack entries in makeBody0()
179 private static void compileReturn(Bytecode code, CtClass type) { in compileReturn() method in CtNewWrappedMethod