Searched defs:addConstant (Results 1 - 4 of 4) sorted by relevance

/external/proguard/src/proguard/classfile/editor/
H A DConstantAdder.java55 public int addConstant(Clazz clazz, int constantIndex) method in class:ConstantAdder
67 public int addConstant(Clazz clazz, Constant constant) method in class:ConstantAdder
H A DConstantPoolEditor.java74 return addConstant(new IntegerConstant(value));
103 return addConstant(new LongConstant(value));
133 return addConstant(new FloatConstant(value));
163 return addConstant(new DoubleConstant(value));
195 return addConstant(new StringConstant(addUtf8Constant(string),
301 return addConstant(new FieldrefConstant(classIndex,
408 return addConstant(new InterfaceMethodrefConstant(classIndex,
515 return addConstant(new MethodrefConstant(classIndex,
561 return addConstant(new ClassConstant(nameIndex, referencedClass));
593 return addConstant(ne
631 public int addConstant(Constant constant) method in class:ConstantPoolEditor
[all...]
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 364 milliseconds