Searched defs:getBasicFrameType (Results 1 - 9 of 9) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/rop/cst/
H A DTypedConstant.java41 public final int getBasicFrameType() { method in class:TypedConstant
42 return getType().getBasicFrameType();
/dalvik/dx/src/com/android/dx/rop/cst/
H A DTypedConstant.java41 public final int getBasicFrameType() { method in class:TypedConstant
42 return getType().getBasicFrameType();
/dalvik/dexgen/src/com/android/dexgen/rop/type/
H A DTypeBearer.java65 public int getBasicFrameType(); method in interface:TypeBearer
H A DType.java614 public int getBasicFrameType() { method in class:Type
/dalvik/dx/src/com/android/dx/rop/type/
H A DTypeBearer.java65 public int getBasicFrameType(); method in interface:TypeBearer
H A DType.java547 public int getBasicFrameType() { method in class:Type
/dalvik/dx/src/com/android/dx/cf/code/
H A DReturnAddress.java75 public int getBasicFrameType() { method in class:ReturnAddress
76 return Type.RETURN_ADDRESS.getBasicFrameType();
/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DRegisterSpec.java307 public final int getBasicFrameType() { method in class:RegisterSpec
308 return type.getBasicFrameType();
/dalvik/dx/src/com/android/dx/rop/code/
H A DRegisterSpec.java311 public final int getBasicFrameType() { method in class:RegisterSpec
312 return type.getBasicFrameType();

Completed in 381 milliseconds