Searched refs:TypedConstant (Results 1 – 24 of 24) sorted by relevance
31 import com.android.dx.rop.cst.TypedConstant;93 ArrayList<TypedConstant> constantList in run()101 HashMap<TypedConstant, RegisterSpec> newRegs in run()102 = new HashMap<TypedConstant, RegisterSpec> (toCollect); in run()105 TypedConstant cst = constantList.get(i); in run()157 private ArrayList<TypedConstant> getConstsSortedByCountUse() { in getConstsSortedByCountUse()160 final HashMap<TypedConstant, Integer> countUses in getConstsSortedByCountUse()161 = new HashMap<TypedConstant, Integer>(); in getConstsSortedByCountUse()167 final HashSet<TypedConstant> usedByLocal in getConstsSortedByCountUse()168 = new HashSet<TypedConstant>(); in getConstsSortedByCountUse()[all …]
29 import com.android.dx.rop.cst.TypedConstant;270 switch (((TypedConstant) cA).getBasicType()) { in simulateBranch()301 switch (((TypedConstant) cA).getBasicType()) { in simulateBranch()606 if (!(latticeConstants[reg] instanceof TypedConstant)) { in replaceConstants()625 = dest.withType((TypedConstant)latticeConstants[reg]); in replaceConstants()644 = spec.withType((TypedConstant)latticeConstants[reg]); in replaceConstants()
37 import com.android.dx.rop.cst.TypedConstant;541 TypedConstant typedZero = (TypedConstant) newZero; in replaceDef()
24 import com.android.dexgen.rop.cst.TypedConstant;34 private final TypedConstant constantValue;44 public AttConstantValue(TypedConstant constantValue) { in AttConstantValue()74 public TypedConstant getConstantValue() { in getConstantValue()
19 import com.android.dexgen.rop.cst.TypedConstant;34 public TypedConstant getConstantValue(); in getConstantValue()
22 import com.android.dexgen.rop.cst.TypedConstant;71 public TypedConstant getConstantValue() { in getConstantValue()
24 import com.android.dx.rop.cst.TypedConstant;34 private final TypedConstant constantValue;44 public AttConstantValue(TypedConstant constantValue) { in AttConstantValue()75 public TypedConstant getConstantValue() { in getConstantValue()
19 import com.android.dx.rop.cst.TypedConstant;34 public TypedConstant getConstantValue(); in getConstantValue()
22 import com.android.dx.rop.cst.TypedConstant;44 public TypedConstant getConstantValue() { in getConstantValue()
23 extends TypedConstant {
24 public abstract class TypedConstant class
24 public final class CstProtoRef extends TypedConstant {
22 public abstract class CstMemberRef extends TypedConstant {
24 public final class CstMethodHandle extends TypedConstant {
26 public final class CstType extends TypedConstant {
26 public final class CstString extends TypedConstant {
25 extends TypedConstant {
67 import com.android.dx.rop.cst.TypedConstant;207 TypedConstant constVal = one.getConstantValue(); in processFields()239 private static TypedConstant coerceConstant(TypedConstant constant, in coerceConstant()
27 import com.android.dexgen.rop.cst.TypedConstant;
59 import com.android.dx.rop.cst.TypedConstant;359 TypedConstant cst = (TypedConstant) pool.get(idx); in constantValue()