Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/compiler/
DJvstCodeGen.java573 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/
DCtField.java96 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()
DCtBehavior.java610 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()