HomeSort by relevance Sort by last modified time
    Searched refs:cst (Results 126 - 150 of 453) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/dexmaker/src/main/java/com/google/dexmaker/
FieldId.java 19 import com.android.dx.rop.cst.CstFieldRef;
20 import com.android.dx.rop.cst.CstNat;
21 import com.android.dx.rop.cst.CstString;
  /external/llvm/include/llvm/CodeGen/
MachineRelocation.h 83 GlobalValue *GV, intptr_t cst = 0,
89 Result.ConstantVal = cst;
103 GlobalValue *GV, intptr_t cst = 0,
109 Result.ConstantVal = cst;
122 MachineBasicBlock *MBB, intptr_t cst = 0) {
126 Result.ConstantVal = cst;
140 const char *ES, intptr_t cst = 0,
146 Result.ConstantVal = cst;
160 unsigned CPI, intptr_t cst = 0,
165 Result.ConstantVal = cst;
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/form/
Form21h.java 23 import com.android.dexgen.rop.cst.Constant;
24 import com.android.dexgen.rop.cst.CstLiteralBits;
80 Constant cst = ci.getConstant(); local
82 if (!(cst instanceof CstLiteralBits)) {
86 CstLiteralBits cb = (CstLiteralBits) cst;
Form35c.java 24 import com.android.dexgen.rop.cst.Constant;
25 import com.android.dexgen.rop.cst.CstMethodRef;
26 import com.android.dexgen.rop.cst.CstType;
86 Constant cst = ci.getConstant(); local
87 if (!((cst instanceof CstMethodRef) ||
88 (cst instanceof CstType))) {
Form3rc.java 24 import com.android.dexgen.rop.cst.Constant;
25 import com.android.dexgen.rop.cst.CstMethodRef;
26 import com.android.dexgen.rop.cst.CstType;
115 Constant cst = ci.getConstant(); local
116 if (!((cst instanceof CstMethodRef) ||
117 (cst instanceof CstType))) {
  /dalvik/dx/src/com/android/dx/dex/code/form/
Form11n.java 23 import com.android.dx.rop.cst.Constant;
24 import com.android.dx.rop.cst.CstLiteralBits;
78 Constant cst = ci.getConstant(); local
80 if (!(cst instanceof CstLiteralBits)) {
84 CstLiteralBits cb = (CstLiteralBits) cst;
Form21h.java 23 import com.android.dx.rop.cst.Constant;
24 import com.android.dx.rop.cst.CstLiteralBits;
81 Constant cst = ci.getConstant(); local
83 if (!(cst instanceof CstLiteralBits)) {
87 CstLiteralBits cb = (CstLiteralBits) cst;
Form21s.java 23 import com.android.dx.rop.cst.Constant;
24 import com.android.dx.rop.cst.CstLiteralBits;
77 Constant cst = ci.getConstant(); local
79 if (!(cst instanceof CstLiteralBits)) {
83 CstLiteralBits cb = (CstLiteralBits) cst;
Form22b.java 23 import com.android.dx.rop.cst.Constant;
24 import com.android.dx.rop.cst.CstLiteralBits;
79 Constant cst = ci.getConstant(); local
81 if (!(cst instanceof CstLiteralBits)) {
85 CstLiteralBits cb = (CstLiteralBits) cst;
Form22s.java 23 import com.android.dx.rop.cst.Constant;
24 import com.android.dx.rop.cst.CstLiteralBits;
79 Constant cst = ci.getConstant(); local
81 if (!(cst instanceof CstLiteralBits)) {
85 CstLiteralBits cb = (CstLiteralBits) cst;
Form35c.java 24 import com.android.dx.rop.cst.Constant;
25 import com.android.dx.rop.cst.CstMethodRef;
26 import com.android.dx.rop.cst.CstType;
87 Constant cst = ci.getConstant(); local
88 if (!((cst instanceof CstMethodRef) ||
89 (cst instanceof CstType))) {
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
Form11n.java 23 import com.android.dx.rop.cst.Constant;
24 import com.android.dx.rop.cst.CstLiteralBits;
79 Constant cst = ci.getConstant(); local
81 if (!(cst instanceof CstLiteralBits)) {
85 CstLiteralBits cb = (CstLiteralBits) cst;
Form21h.java 23 import com.android.dx.rop.cst.Constant;
24 import com.android.dx.rop.cst.CstLiteralBits;
82 Constant cst = ci.getConstant(); local
84 if (!(cst instanceof CstLiteralBits)) {
88 CstLiteralBits cb = (CstLiteralBits) cst;
Form21s.java 23 import com.android.dx.rop.cst.Constant;
24 import com.android.dx.rop.cst.CstLiteralBits;
78 Constant cst = ci.getConstant(); local
80 if (!(cst instanceof CstLiteralBits)) {
84 CstLiteralBits cb = (CstLiteralBits) cst;
Form22b.java 23 import com.android.dx.rop.cst.Constant;
24 import com.android.dx.rop.cst.CstLiteralBits;
80 Constant cst = ci.getConstant(); local
82 if (!(cst instanceof CstLiteralBits)) {
86 CstLiteralBits cb = (CstLiteralBits) cst;
Form22s.java 23 import com.android.dx.rop.cst.Constant;
24 import com.android.dx.rop.cst.CstLiteralBits;
80 Constant cst = ci.getConstant(); local
82 if (!(cst instanceof CstLiteralBits)) {
86 CstLiteralBits cb = (CstLiteralBits) cst;
Form32s.java 23 import com.android.dx.rop.cst.Constant;
24 import com.android.dx.rop.cst.CstLiteralBits;
84 Constant cst = ci.getConstant(); local
86 if (!(cst instanceof CstLiteralBits)) {
90 CstLiteralBits cb = (CstLiteralBits) cst;
Form35c.java 24 import com.android.dx.rop.cst.Constant;
25 import com.android.dx.rop.cst.CstMethodRef;
26 import com.android.dx.rop.cst.CstType;
88 Constant cst = ci.getConstant(); local
89 if (!((cst instanceof CstMethodRef) ||
90 (cst instanceof CstType))) {
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ClassDataItem.java 19 import com.android.dexgen.rop.cst.Constant;
20 import com.android.dexgen.rop.cst.CstArray;
21 import com.android.dexgen.rop.cst.CstLiteralBits;
22 import com.android.dexgen.rop.cst.CstType;
23 import com.android.dexgen.rop.cst.Zeroes;
293 Constant cst = staticValues.get(field); local
294 if (cst instanceof CstLiteralBits) {
296 if (((CstLiteralBits) cst).getLongBits() != 0) {
299 } else if (cst != null) {
314 Constant cst = staticValues.get(field) local
    [all...]
  /dalvik/dx/src/com/android/dx/dex/file/
ClassDataItem.java 19 import com.android.dx.rop.cst.Constant;
20 import com.android.dx.rop.cst.CstArray;
21 import com.android.dx.rop.cst.CstLiteralBits;
22 import com.android.dx.rop.cst.CstType;
23 import com.android.dx.rop.cst.Zeroes;
289 Constant cst = staticValues.get(field); local
290 if (cst instanceof CstLiteralBits) {
292 if (((CstLiteralBits) cst).getLongBits() != 0) {
295 } else if (cst != null) {
310 Constant cst = staticValues.get(field) local
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
ClassDataItem.java 19 import com.android.dx.rop.cst.Constant;
20 import com.android.dx.rop.cst.CstArray;
21 import com.android.dx.rop.cst.CstLiteralBits;
22 import com.android.dx.rop.cst.CstType;
23 import com.android.dx.rop.cst.Zeroes;
290 Constant cst = staticValues.get(field); local
291 if (cst instanceof CstLiteralBits) {
293 if (((CstLiteralBits) cst).getLongBits() != 0) {
296 } else if (cst != null) {
311 Constant cst = staticValues.get(field) local
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstType.java 17 package com.android.dexgen.rop.cst;
126 CstType cst = interns.get(type); local
128 if (cst == null) {
129 cst = new CstType(type);
130 interns.put(type, cst);
133 return cst;
  /dalvik/dx/src/com/android/dx/cf/code/
RopperMachine.java 33 import com.android.dx.rop.cst.Constant;
34 import com.android.dx.rop.cst.CstFieldRef;
35 import com.android.dx.rop.cst.CstInteger;
36 import com.android.dx.rop.cst.CstMethodRef;
37 import com.android.dx.rop.cst.CstNat;
38 import com.android.dx.rop.cst.CstString;
39 import com.android.dx.rop.cst.CstType;
356 Constant cst = getAuxCst(); local
395 Type componentType = ((CstType) cst).getClassType();
476 ropOpcode = jopToRopOpcode(opcode, cst);
    [all...]
  /dalvik/dx/src/com/android/dx/rop/cst/
CstType.java 17 package com.android.dx.rop.cst;
126 CstType cst = interns.get(type); local
128 if (cst == null) {
129 cst = new CstType(type);
130 interns.put(type, cst);
133 return cst;
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstType.java 17 package com.android.dx.rop.cst;
127 CstType cst = interns.get(type); local
129 if (cst == null) {
130 cst = new CstType(type);
131 interns.put(type, cst);
134 return cst;

Completed in 383 milliseconds

1 2 3 4 56 7 8 91011>>