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

/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/dx/src/com/android/dx/rop/type/
H A DTypeBearer.java65 public int getBasicFrameType(); method in interface:TypeBearer
H A DType.java541 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/dx/src/com/android/dx/rop/code/
H A DRegisterSpec.java307 public final int getBasicFrameType() { method in class:RegisterSpec
308 return type.getBasicFrameType();

Completed in 48 milliseconds