Home
last modified time | relevance | path

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

/external/proguard/src/proguard/classfile/
DLibraryClass.java36 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/proguard/src/proguard/obfuscate/
DClassRenamer.java61 libraryClass.thisClassName = ClassObfuscator.newClassName(libraryClass); in visitLibraryClass()
/external/webkit/JavaScriptCore/API/
DJSCallbackObjectFunctions.h101 UString thisClassName = classRef()->className(); in className() local
102 if (!thisClassName.isEmpty()) in className()
103 return thisClassName; in className()
/external/proguard/src/proguard/classfile/io/
DLibraryClassReader.java134 libraryClass.thisClassName = getClassName(u2thisClass); in visitLibraryClass()