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() 142 …throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant … in getRefClassName() 147 …throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant … in getRefName() [all …]
|
/external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/ |
D | Util.java | 58 String thisClassName = Util.class.getName(); in getCallingClass() local 63 if (thisClassName.equals(trace[i].getName())) in getCallingClass()
|
/external/javassist/src/main/javassist/util/proxy/ |
D | ProxyFactory.java | 1158 private void makeConstructors(String thisClassName, ClassFile cf, in makeConstructors() argument 1169 MethodInfo m = makeConstructor(thisClassName, c, cp, superClass, doHandlerInit); in makeConstructors() 1314 private static MethodInfo makeConstructor(String thisClassName, Constructor<?> cons, in makeConstructor() argument 1328 code.addGetstatic(thisClassName, DEFAULT_INTERCEPTOR, HANDLER_TYPE); in makeConstructor() 1329 code.addPutfield(thisClassName, HANDLER, HANDLER_TYPE); in makeConstructor() 1330 code.addGetstatic(thisClassName, DEFAULT_INTERCEPTOR, HANDLER_TYPE); in makeConstructor() 1338 code.addPutfield(thisClassName, HANDLER, HANDLER_TYPE); in makeConstructor() 1394 private static MethodInfo makeForwarder(String thisClassName, in makeForwarder() argument 1421 code.addGetstatic(thisClassName, HOLDER, HOLDER_TYPE); in makeForwarder() 1427 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/proguard/src/proguard/classfile/io/ |
D | LibraryClassReader.java | 134 libraryClass.thisClassName = getClassName(u2thisClass); in visitLibraryClass()
|
/external/javassist/src/main/javassist/bytecode/ |
D | CodeIterator.java | 292 String thisClassName = codeAttr.getDeclaringClass(); in skipSuperConstructor0() local 307 if (cname.equals(thisClassName) == (skipThis > 0)) in skipSuperConstructor0()
|