Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/
DCtNewWrappedMethod.java83 int stacksize = compileParameterList(code, parameters, in makeBody0()
171 static int compileParameterList(Bytecode code, in compileParameterList() method in CtNewWrappedMethod
173 return JvstCodeGen.compileParameterList(code, params, regno); in compileParameterList()
DCtNewWrappedConstructor.java71 stacksize = compileParameterList(code, parameters, 1); in makeBody()
DCtField.java1011 stacksize += CtNewWrappedMethod.compileParameterList(code, in compile()
1105 stacksize += CtNewWrappedMethod.compileParameterList(code, in compile()
/external/javassist/src/main/javassist/compiler/
DJvstCodeGen.java83 compileParameterList(bytecode, paramTypeList, indexOfParam1()); in atMember()
604 public static int compileParameterList(Bytecode code, in compileParameterList() method in JvstCodeGen