Searched refs:cst (Results 51 - 75 of 258) sorted by relevance

1234567891011

/dalvik/dexgen/src/com/android/dexgen/dex/code/form/
H A DForm22b.java23 import com.android.dexgen.rop.cst.Constant;
24 import com.android.dexgen.rop.cst.CstLiteralBits;
78 Constant cst = ci.getConstant();
80 if (!(cst instanceof CstLiteralBits)) {
84 CstLiteralBits cb = (CstLiteralBits) cst;
H A DForm22s.java23 import com.android.dexgen.rop.cst.Constant;
24 import com.android.dexgen.rop.cst.CstLiteralBits;
78 Constant cst = ci.getConstant();
80 if (!(cst instanceof CstLiteralBits)) {
84 CstLiteralBits cb = (CstLiteralBits) cst;
H A DForm31i.java23 import com.android.dexgen.rop.cst.Constant;
24 import com.android.dexgen.rop.cst.CstLiteralBits;
76 Constant cst = ci.getConstant();
78 if (!(cst instanceof CstLiteralBits)) {
82 return ((CstLiteralBits) cst).fitsInInt();
H A DForm51l.java23 import com.android.dexgen.rop.cst.Constant;
24 import com.android.dexgen.rop.cst.CstLiteral64;
25 import com.android.dexgen.rop.cst.CstLiteralBits;
77 Constant cst = ci.getConstant();
79 return (cst instanceof CstLiteral64);
/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DFieldIdsSection.java19 import com.android.dexgen.rop.cst.Constant;
20 import com.android.dexgen.rop.cst.CstFieldRef;
56 public IndexedItem get(Constant cst) { argument
57 if (cst == null) {
58 throw new NullPointerException("cst == null");
63 IndexedItem result = fieldIds.get((CstFieldRef) cst);
H A DMethodIdsSection.java19 import com.android.dexgen.rop.cst.Constant;
20 import com.android.dexgen.rop.cst.CstBaseMethodRef;
56 public IndexedItem get(Constant cst) { argument
57 if (cst == null) {
58 throw new NullPointerException("cst == null");
63 IndexedItem result = methodIds.get((CstBaseMethodRef) cst);
H A DTypeIdsSection.java19 import com.android.dexgen.rop.cst.Constant;
20 import com.android.dexgen.rop.cst.CstType;
56 public IndexedItem get(Constant cst) { argument
57 if (cst == null) {
58 throw new NullPointerException("cst == null");
63 Type type = ((CstType) cst).getClassType();
67 throw new IllegalArgumentException("not found: " + cst);
H A DEncodedArrayItem.java22 import com.android.dexgen.rop.cst.Constant;
23 import com.android.dexgen.rop.cst.CstAnnotation;
24 import com.android.dexgen.rop.cst.CstArray;
25 import com.android.dexgen.rop.cst.CstUtf8;
H A DIdItem.java19 import com.android.dexgen.rop.cst.CstType;
/dalvik/dx/src/com/android/dx/dex/code/form/
H A DForm31i.java23 import com.android.dx.rop.cst.Constant;
24 import com.android.dx.rop.cst.CstLiteralBits;
78 Constant cst = ci.getConstant();
80 if (!(cst instanceof CstLiteralBits)) {
84 return ((CstLiteralBits) cst).fitsInInt();
H A DForm51l.java23 import com.android.dx.rop.cst.Constant;
24 import com.android.dx.rop.cst.CstLiteral64;
25 import com.android.dx.rop.cst.CstLiteralBits;
79 Constant cst = ci.getConstant();
81 return (cst instanceof CstLiteral64);
H A DForm22c.java23 import com.android.dx.rop.cst.Constant;
24 import com.android.dx.rop.cst.CstFieldRef;
25 import com.android.dx.rop.cst.CstType;
88 Constant cst = ci.getConstant();
89 return (cst instanceof CstType) ||
90 (cst instanceof CstFieldRef);
/dalvik/dx/src/com/android/dx/dex/file/
H A DFieldIdsSection.java19 import com.android.dx.rop.cst.Constant;
20 import com.android.dx.rop.cst.CstFieldRef;
56 public IndexedItem get(Constant cst) { argument
57 if (cst == null) {
58 throw new NullPointerException("cst == null");
63 IndexedItem result = fieldIds.get((CstFieldRef) cst);
H A DMethodIdsSection.java19 import com.android.dx.rop.cst.Constant;
20 import com.android.dx.rop.cst.CstBaseMethodRef;
56 public IndexedItem get(Constant cst) { argument
57 if (cst == null) {
58 throw new NullPointerException("cst == null");
63 IndexedItem result = methodIds.get((CstBaseMethodRef) cst);
H A DStringIdsSection.java19 import com.android.dx.rop.cst.Constant;
20 import com.android.dx.rop.cst.CstNat;
21 import com.android.dx.rop.cst.CstString;
58 public IndexedItem get(Constant cst) { argument
59 if (cst == null) {
60 throw new NullPointerException("cst == null");
65 IndexedItem result = strings.get((CstString) cst);
H A DTypeIdsSection.java19 import com.android.dx.rop.cst.Constant;
20 import com.android.dx.rop.cst.CstType;
56 public IndexedItem get(Constant cst) { argument
57 if (cst == null) {
58 throw new NullPointerException("cst == null");
63 Type type = ((CstType) cst).getClassType();
67 throw new IllegalArgumentException("not found: " + cst);
/dalvik/dx/src/com/android/dx/cf/direct/
H A DCodeObserver.java23 import com.android.dx.rop.cst.Constant;
24 import com.android.dx.rop.cst.CstDouble;
25 import com.android.dx.rop.cst.CstFloat;
26 import com.android.dx.rop.cst.CstInteger;
27 import com.android.dx.rop.cst.CstKnownNull;
28 import com.android.dx.rop.cst.CstLong;
29 import com.android.dx.rop.cst.CstType;
101 Constant cst, int value) {
102 if (cst instanceof CstKnownNull) {
108 if (cst instanceo
100 visitConstant(int opcode, int offset, int length, Constant cst, int value) argument
180 visitNewarray(int offset, int length, CstType cst, ArrayList<Constant> intVals) argument
[all...]
H A DAnnotationParser.java26 import com.android.dx.rop.cst.Constant;
27 import com.android.dx.rop.cst.ConstantPool;
28 import com.android.dx.rop.cst.CstAnnotation;
29 import com.android.dx.rop.cst.CstArray;
30 import com.android.dx.rop.cst.CstBoolean;
31 import com.android.dx.rop.cst.CstByte;
32 import com.android.dx.rop.cst.CstChar;
33 import com.android.dx.rop.cst.CstDouble;
34 import com.android.dx.rop.cst.CstEnumRef;
35 import com.android.dx.rop.cst
[all...]
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DArrayData.java21 import com.android.dexgen.rop.cst.*;
122 Constant cst = values.get(i);
123 out.writeByte((byte) ((CstLiteral32) cst).getIntBits());
129 Constant cst = values.get(i);
130 out.writeShort((short) ((CstLiteral32) cst).getIntBits());
136 Constant cst = values.get(i);
137 out.writeInt(((CstLiteral32) cst).getIntBits());
143 Constant cst = values.get(i);
144 out.writeLong(((CstLiteral64) cst).getLongBits());
/dalvik/dexgen/src/com/android/dexgen/rop/annotation/
H A DAnnotation.java19 import com.android.dexgen.rop.cst.Constant;
20 import com.android.dexgen.rop.cst.CstAnnotation;
21 import com.android.dexgen.rop.cst.CstFieldRef;
22 import com.android.dexgen.rop.cst.CstLiteralBits;
23 import com.android.dexgen.rop.cst.CstMethodRef;
24 import com.android.dexgen.rop.cst.CstNat;
25 import com.android.dexgen.rop.cst.CstType;
26 import com.android.dexgen.rop.cst.CstUtf8;
27 import com.android.dexgen.rop.cst.TypedConstant;
/dalvik/dx/src/com/android/dx/dex/code/
H A DArrayData.java22 import com.android.dx.rop.cst.*;
122 Constant cst = values.get(i);
123 out.writeByte((byte) ((CstLiteral32) cst).getIntBits());
129 Constant cst = values.get(i);
130 out.writeShort((short) ((CstLiteral32) cst).getIntBits());
136 Constant cst = values.get(i);
137 out.writeInt(((CstLiteral32) cst).getIntBits());
143 Constant cst = values.get(i);
144 out.writeLong(((CstLiteral64) cst).getLongBits());
/dalvik/dx/src/com/android/dx/cf/iface/
H A DStdMethod.java20 import com.android.dx.rop.cst.CstNat;
21 import com.android.dx.rop.cst.CstType;
/dalvik/dexgen/src/com/android/dexgen/rop/cst/
H A DConstant.java17 package com.android.dexgen.rop.cst;
H A DCstEnumRef.java17 package com.android.dexgen.rop.cst;
/dalvik/dx/src/com/android/dx/cf/attrib/
H A DAttAnnotationDefault.java19 import com.android.dx.rop.cst.Constant;

Completed in 858 milliseconds

1234567891011