Home
last modified time | relevance | path

Searched defs:getBasicType (Results 1 – 6 of 6) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
DTypedConstant.java36 public final int getBasicType() { in getBasicType() method in TypedConstant
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
DTypeBearer.java50 public int getBasicType(); in getBasicType() method
DType.java543 public int getBasicType() { in getBasicType() method in Type
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRegisterSpec.java307 public final int getBasicType() { in getBasicType() method in RegisterSpec
/external/chromium_org/third_party/angle/src/compiler/
DTypes.h108 TBasicType getBasicType() const { return type; } in getBasicType() function
Dintermediate.h261 TBasicType getBasicType() const { return type.getBasicType(); } in getBasicType() function