Searched refs:typeDesc (Results 1 – 3 of 3) sorted by relevance
/external/javassist/src/main/javassist/compiler/ |
D | JvstCodeGen.java | 573 public void recordVariable(String typeDesc, String varName, int varNo, in recordVariable() argument 578 while ((c = typeDesc.charAt(dim)) == '[') in recordVariable() 585 cname = typeDesc.substring(1, typeDesc.length() - 1); in recordVariable() 587 cname = typeDesc.substring(dim + 1, typeDesc.length() - 1); in recordVariable()
|
/external/javassist/src/main/javassist/ |
D | CtField.java | 96 private CtField(String typeDesc, String name, CtClass clazz) in CtField() argument 105 fieldInfo = new FieldInfo(cf.getConstPool(), name, typeDesc); in CtField() 1108 String typeDesc = Descriptor.of(type); in compile() local 1109 String mDesc = getDescriptor() + typeDesc; in compile() 1111 code.addPutfield(Bytecode.THIS, name, typeDesc); in compile() 1147 String typeDesc = Descriptor.of(type); in compileIfStatic() local 1148 code.addInvokestatic(objectType, methodName, desc + typeDesc); in compileIfStatic() 1149 code.addPutstatic(Bytecode.THIS, name, typeDesc); in compileIfStatic()
|
D | CtBehavior.java | 610 char typeDesc = 'L'; in addParameter2() local 615 typeDesc = cpt.getDescriptor(); in addParameter2() 629 smt.insertLocal(where, StackMapTable.typeTagOf(typeDesc), classInfo); in addParameter2() 633 sm.insertLocal(where, StackMapTable.typeTagOf(typeDesc), classInfo); in addParameter2()
|