Searched refs:getBasicType (Results 1 - 24 of 24) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/rop/cst/
H A DTypedConstant.java36 public final int getBasicType() { method in class:TypedConstant
37 return getType().getBasicType();
H A DZeroes.java39 switch (type.getBasicType()) {
H A DCstType.java104 switch (primitiveType.getBasicType()) {
/dalvik/dx/src/com/android/dx/rop/cst/
H A DTypedConstant.java38 public final int getBasicType() { method in class:TypedConstant
39 return getType().getBasicType();
H A DZeroes.java39 switch (type.getBasicType()) {
H A DCstType.java152 switch (primitiveType.getBasicType()) {
/dalvik/dexgen/src/com/android/dexgen/rop/type/
H A DTypeBearer.java50 public int getBasicType(); method in interface:TypeBearer
54 * is equivalent to {@code getFrameType().getBasicType()}, and
59 * @see #getBasicType
H A DType.java609 public int getBasicType() { method in class:Type
771 * {@code getBasicType() == Type.BT_OBJECT}.
/dalvik/dx/src/com/android/dx/rop/type/
H A DTypeBearer.java50 public int getBasicType(); method in interface:TypeBearer
54 * is equivalent to {@code getFrameType().getBasicType()}, and
59 * @see #getBasicType
H A DType.java594 public int getBasicType() { method in class:Type
758 * {@code getBasicType() == Type.BT_OBJECT}.
/dalvik/dx/src/com/android/dx/cf/code/
H A DReturnAddress.java74 public int getBasicType() { method in class:ReturnAddress
75 return Type.RETURN_ADDRESS.getBasicType();
H A DMerger.java229 int superBt = supertype.getBasicType();
230 int subBt = subtype.getBasicType();
/dalvik/dx/src/com/android/dx/ssa/
H A DPhiTypeResolver.java73 && (definsn.getResult().getBasicType() == Type.BT_VOID)) {
139 if (rs.getBasicType() != Type.BT_VOID) {
161 if (rs.getBasicType() == Type.BT_VOID){
H A DSCCP.java270 switch (((TypedConstant) cA).getBasicType()) {
301 switch (((TypedConstant) cA).getBasicType()) {
519 resultConstant = simulateMath(insn, result.getBasicType());
H A DEscapeAnalysis.java224 result.getTypeBearer().getBasicType() == Type.BT_OBJECT) {
229 result.getTypeBearer().getBasicType() == Type.BT_OBJECT) {
235 result.getTypeBearer().getBasicType() == Type.BT_OBJECT) {
419 if (putValue.getTypeBearer().getBasicType() != Type.BT_OBJECT) {
H A DLiteralOpUpgrader.java156 if (type.isConstant() && type.getBasicType() == Type.BT_INT) {
H A DSsaRenamer.java348 if (newVersion.getBasicType() != Type.BT_VOID
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DRopToDop.java330 switch (resultReg.getBasicType()) {
353 int basicType = ref.getBasicType();
366 int basicType = ref.getBasicType();
379 int basicType = ref.getBasicType();
392 int basicType = ref.getBasicType();
/dalvik/dx/src/com/android/dx/dex/code/
H A DRopToDop.java509 switch (resultReg.getBasicType()) {
532 int basicType = ref.getBasicType();
545 int basicType = ref.getBasicType();
558 int basicType = ref.getBasicType();
571 int basicType = ref.getBasicType();
/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DRegisterSpec.java302 public final int getBasicType() { method in class:RegisterSpec
303 return type.getBasicType();
H A DRops.java1682 switch (type.getBasicType()) {
1699 switch (type.getBasicType()) {
1780 switch (type.getBasicType()) {
1803 switch (type.getBasicType()) {
1829 switch (elementType.getBasicType()) {
1888 switch (type.getBasicType()) {
1911 switch (type.getBasicType()) {
1934 switch (type.getBasicType()) {
1957 switch (type.getBasicType()) {
/dalvik/dx/src/com/android/dx/rop/code/
H A DRegisterSpec.java324 public final int getBasicType() { method in class:RegisterSpec
325 return type.getBasicType();
H A DRops.java1695 switch (type.getBasicType()) {
1712 switch (type.getBasicType()) {
1797 switch (type.getBasicType()) {
1820 switch (type.getBasicType()) {
1846 switch (elementType.getBasicType()) {
1905 switch (type.getBasicType()) {
1928 switch (type.getBasicType()) {
1951 switch (type.getBasicType()) {
1974 switch (type.getBasicType()) {
/dalvik/dx/src/com/android/dx/dex/cf/
H A DCfTranslator.java247 switch (type.getBasicType()) {

Completed in 386 milliseconds