Searched refs:thisClassName (Results 1 – 6 of 6) sorted by relevance
/external/proguard/src/proguard/classfile/ |
D | LibraryClass.java | 36 public String thisClassName; field in LibraryClass 90 return thisClassName; in getName() 111 …throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant … in getTag() 116 …throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant … in getString() 121 …throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant … in getStringString() 126 …throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant … in getClassName() 131 …throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant … in getName() 136 …throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant … in getType() 466 …throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store attribute… in attributesAccept()
|
/external/javassist/src/main/javassist/util/proxy/ |
D | ProxyFactory.java | 944 private void makeConstructors(String thisClassName, ClassFile cf, in makeConstructors() argument 955 MethodInfo m = makeConstructor(thisClassName, c, cp, superClass, doHandlerInit); in makeConstructors() 1054 private static MethodInfo makeConstructor(String thisClassName, Constructor cons, in makeConstructor() argument 1068 code.addGetstatic(thisClassName, DEFAULT_INTERCEPTOR, HANDLER_TYPE); in makeConstructor() 1069 code.addPutfield(thisClassName, HANDLER, HANDLER_TYPE); in makeConstructor() 1070 code.addGetstatic(thisClassName, DEFAULT_INTERCEPTOR, HANDLER_TYPE); in makeConstructor() 1078 code.addPutfield(thisClassName, HANDLER, HANDLER_TYPE); in makeConstructor() 1118 private static MethodInfo makeForwarder(String thisClassName, in makeForwarder() argument 1143 code.addGetstatic(thisClassName, HOLDER, HOLDER_TYPE); in makeForwarder() 1149 code.addGetfield(thisClassName, HANDLER, HANDLER_TYPE); in makeForwarder()
|
/external/proguard/src/proguard/obfuscate/ |
D | ClassRenamer.java | 61 libraryClass.thisClassName = ClassObfuscator.newClassName(libraryClass); in visitLibraryClass()
|
/external/webkit/Source/JavaScriptCore/API/ |
D | JSCallbackObjectFunctions.h | 106 UString thisClassName = classRef()->className(); in className() local 107 if (!thisClassName.isEmpty()) in className() 108 return thisClassName; in className()
|
/external/proguard/src/proguard/classfile/io/ |
D | LibraryClassReader.java | 134 libraryClass.thisClassName = getClassName(u2thisClass); in visitLibraryClass()
|
/external/javassist/src/main/javassist/bytecode/ |
D | CodeIterator.java | 271 String thisClassName = codeAttr.getDeclaringClass(); in skipSuperConstructor0() local 286 if (cname.equals(thisClassName) == (skipThis > 0)) in skipSuperConstructor0()
|