HomeSort by relevance Sort by last modified time
    Searched refs:Constant (Results 76 - 100 of 150) sorted by null

1 2 34 5 6

  /external/proguard/src/proguard/optimize/info/
MethodInvocationMarker.java 25 import proguard.classfile.constant.*;
26 import proguard.classfile.constant.visitor.ConstantVisitor;
57 public void visitAnyConstant(Clazz clazz, Constant constant) {}
AccessMethodMarker.java 25 import proguard.classfile.constant.*;
26 import proguard.classfile.constant.visitor.ConstantVisitor;
63 public void visitAnyConstant(Clazz clazz, Constant constant) {}
NonPrivateMemberMarker.java 24 import proguard.classfile.constant.*;
25 import proguard.classfile.constant.visitor.ConstantVisitor;
75 public void visitAnyConstant(Clazz clazz, Constant constant) {}
ReadWriteFieldMarker.java 25 import proguard.classfile.constant.*;
26 import proguard.classfile.constant.visitor.ConstantVisitor;
89 public void visitAnyConstant(Clazz clazz, Constant constant) {}
  /dalvik/dx/src/com/android/dx/dex/file/
ValueEncoder.java 21 import com.android.dx.rop.cst.Constant;
50 /** annotation value type constant: {@code byte} */
53 /** annotation value type constant: {@code short} */
56 /** annotation value type constant: {@code char} */
59 /** annotation value type constant: {@code int} */
62 /** annotation value type constant: {@code long} */
65 /** annotation value type constant: {@code float} */
68 /** annotation value type constant: {@code double} */
71 /** annotation value type constant: {@code string} */
74 /** annotation value type constant: {@code type} *
    [all...]
AnnotationItem.java 22 import com.android.dx.rop.cst.Constant;
37 /** annotation visibility constant: visible at build time only */
40 /** annotation visibility constant: visible at runtime */
43 /** annotation visibility constant: visible at runtime only to system */
180 Constant value = pair.getValue();
ClassDefsSection.java 19 import com.android.dx.rop.cst.Constant;
67 public IndexedItem get(Constant cst) {
EncodedArrayItem.java 22 import com.android.dx.rop.cst.Constant;
33 * Encoded array of constant values.
CodeItem.java 26 import com.android.dx.rop.cst.Constant;
132 for (Constant c : code.getInsnConstants()) {
201 public int getIndex(Constant cst) {
DexFile.java 19 import com.android.dx.rop.cst.Constant;
417 * Interns the given constant in the appropriate section of this
418 * instance, or do nothing if the given constant isn't the sort
421 * @param cst {@code non-null;} constant to possibly intern
423 /*package*/ void internIfAppropriate(Constant cst) {
442 * Gets the {@link IndexedItem} corresponding to the given constant,
443 * if it is a constant that has such a correspondence, or return
444 * {@code null} if it isn't such a constant. This will throw
445 * an exception if the given constant <i>should</i> have been found
448 * @param cst {@code non-null;} the constant to look u
    [all...]
AnnotationUtils.java 21 import com.android.dx.rop.cst.Constant;
69 /** {@code non-null;} the UTF-8 constant {@code "accessFlags"} */
72 /** {@code non-null;} the UTF-8 constant {@code "name"} */
75 /** {@code non-null;} the UTF-8 constant {@code "value"} */
137 Constant nameCst =
241 * @return {@code non-null;} the corresponding array constant
  /dalvik/dx/src/com/android/dx/dex/code/
DalvInsnList.java 19 import com.android.dx.rop.cst.Constant;
197 Constant cst = ((CstInsn) insn).getConstant();
222 * lines for zero-size instructions and explicit constant pool indices
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form35c.java 24 import com.android.dx.rop.cst.Constant;
86 Constant cst = ci.getConstant();
Form3rc.java 24 import com.android.dx.rop.cst.Constant;
115 Constant cst = ci.getConstant();
  /dalvik/dx/src/com/android/dx/rop/cst/
CstUtf8.java 25 public final class CstUtf8 extends Constant {
221 protected int compareTo0(Constant other) {
  /dalvik/dx/src/com/android/dx/cf/cst/
ConstantPoolParser.java 21 import com.android.dx.rop.cst.Constant;
41 * Parser for a constant pool embedded in a class file.
44 /** {@code non-null;} the bytes of the constant pool */
47 /** {@code non-null;} actual parsed constant pool contents */
54 * -1 || &gt;= 10; the end offset of this constant pool in the
87 * Gets the end offset of this constant pool in the {@code byte[]}
98 * Gets the actual constant pool.
100 * @return {@code non-null;} the constant pool
138 Constant cst = pool.getOrNull(i);
212 * Parses the constant for the given index if it hasn't already bee
    [all...]
  /external/proguard/src/proguard/optimize/peephole/
InstructionSequenceReplacer.java 25 import proguard.classfile.constant.Constant;
26 import proguard.classfile.constant.visitor.ConstantVisitor;
69 public InstructionSequenceReplacer(Constant[] patternConstants,
96 public InstructionSequenceReplacer(Constant[] patternConstants,
227 instructionSequenceMatcher.matchedArgument(simpleInstruction.constant));
236 instructionSequenceMatcher.matchedArgument(variableInstruction.constant));
245 instructionSequenceMatcher.matchedArgument(constantInstruction.constant));
  /external/proguard/src/proguard/shrink/
ClassShrinker.java 28 import proguard.classfile.constant.*;
34 * This ClassVisitor removes constant pool entries and class members that
71 // Shrink the arrays for constant pool, interfaces, fields, methods,
78 // Shrinking the constant pool also sets up an index map.
96 // and remap their references to the constant pool.
101 // Remap all constant pool references.
319 * constant pool.
322 private int shrinkConstantPool(Constant[] constantPool, int length)
332 // Shift the used constant pool entries together.
337 Constant constant = constantPool[index] local
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
BasicBlocker.java 19 import com.android.dx.rop.cst.Constant;
199 Constant cst, int value) {
261 ArrayList<Constant> intVals) {
  /dalvik/dx/src/com/android/dx/cf/direct/
CodeObserver.java 23 import com.android.dx.rop.cst.Constant;
101 Constant cst, int value) {
181 ArrayList<Constant> intVals) {
221 * Helper for {@link #visitConstant} where the constant is an
227 * @param value constant value
248 * Helper for {@link #visitConstant} where the constant is a
254 * @param value constant value
272 * Helper for {@link #visitConstant} where the constant is a
278 * @param bits constant value, as float-bits
290 * Helper for {@link #visitConstant} where the constant is
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
RegisterSpec.java 19 import com.android.dx.rop.cst.Constant;
579 if (human && (type instanceof Constant)) {
580 sb.append(((Constant) type).toHuman());
  /external/proguard/src/proguard/classfile/editor/
AccessFixer.java 24 import proguard.classfile.constant.*;
25 import proguard.classfile.constant.visitor.ConstantVisitor;
49 public void visitAnyConstant(Clazz clazz, Constant constant) {}
142 * This ConstantVisitor returns the referenced class of the class constant
ConstantAdder.java 24 import proguard.classfile.constant.*;
25 import proguard.classfile.constant.visitor.ConstantVisitor;
28 * This ConstantVisitor adds all constants that it visits to the constant pool
52 * Adds a copy of the specified constant in the given class and returns
64 * Adds a copy of the given constant in the given class and returns
67 public int addConstant(Clazz clazz, Constant constant)
69 constant.accept(clazz, this);
76 * Returns the index of the most recently created constant in the constant
    [all...]
  /external/proguard/src/proguard/classfile/util/
StringSharer.java 26 import proguard.classfile.constant.*;
27 import proguard.classfile.constant.visitor.ConstantVisitor;
50 // Replace name strings in the constant pool by shared strings.
53 // Replace attribute name strings in the constant pool by internalized
73 public void visitAnyConstant(Clazz clazz, Constant constant) {}
133 // Do we have a new string to put into this constant?
  /external/libvpx/vp8/common/arm/armv6/
dc_only_idct_add_v6.asm 65 ; Constant Pool

Completed in 1955 milliseconds

1 2 34 5 6