Searched defs:addConstant (Results 1 - 5 of 5) 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/webkit/Source/JavaScriptCore/bytecode/
H A DCodeBlock.h411 void addConstant(JSValue v) function in class:JSC::CodeBlock
/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.cpp944 unsigned BytecodeGenerator::addConstant(const Identifier& ident) function in class:JSC::BytecodeGenerator
962 m_codeBlock->addConstant(JSValue(v));
1214 instructions().append(addConstant(property));
1233 instructions().append(addConstant(property));
1245 instructions().append(addConstant(property));
1258 instructions().append(addConstant(property));
1305 instructions().append(addConstant(property));
1327 instructions().append(addConstant(property));
1336 instructions().append(addConstant(property));
1351 instructions().append(addConstant(propert
[all...]
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 112 milliseconds