Searched refs:thisClassName (Results 1 - 7 of 7) sorted by relevance

/external/proguard/src/proguard/classfile/
H A DLibraryClass.java36 public String thisClassName; field in class:LibraryClass
90 return thisClassName;
111 throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant pool");
116 throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant pool");
121 throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant pool");
126 throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant pool");
131 throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant pool");
136 throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant pool");
466 throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store attributes");
/external/proguard/src/proguard/obfuscate/
H A DClassRenamer.java61 libraryClass.thisClassName = ClassObfuscator.newClassName(libraryClass);
/external/javassist/src/main/javassist/util/proxy/
H A DProxyFactory.java944 private void makeConstructors(String thisClassName, ClassFile cf, argument
955 MethodInfo m = makeConstructor(thisClassName, c, cp, superClass, doHandlerInit);
1054 private static MethodInfo makeConstructor(String thisClassName, Constructor cons, argument
1068 code.addGetstatic(thisClassName, DEFAULT_INTERCEPTOR, HANDLER_TYPE);
1069 code.addPutfield(thisClassName, HANDLER, HANDLER_TYPE);
1070 code.addGetstatic(thisClassName, DEFAULT_INTERCEPTOR, HANDLER_TYPE);
1078 code.addPutfield(thisClassName, HANDLER, HANDLER_TYPE);
1118 private static MethodInfo makeForwarder(String thisClassName, argument
1143 code.addGetstatic(thisClassName, HOLDER, HOLDER_TYPE);
1149 code.addGetfield(thisClassName, HANDLE
[all...]
/external/proguard/src/proguard/classfile/io/
H A DLibraryClassReader.java134 libraryClass.thisClassName = getClassName(u2thisClass);
/external/webkit/Source/JavaScriptCore/API/
H A DJSCallbackObjectFunctions.h106 UString thisClassName = classRef()->className(); local
107 if (!thisClassName.isEmpty())
108 return thisClassName;
/external/javassist/src/main/javassist/bytecode/
H A DCodeIterator.java271 String thisClassName = codeAttr.getDeclaringClass();
286 if (cname.equals(thisClassName) == (skipThis > 0))
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 275 milliseconds