HomeSort by relevance Sort by last modified time
    Searched refs:isIntlike (Results 1 - 6 of 6) sorted by null

  /dalvik/dx/src/com/android/dx/cf/code/
Merger.java 195 } else if (type1.isIntlike() && type2.isIntlike()) {
249 return supertype.isIntlike() && subtype.isIntlike();
  /dalvik/dexgen/src/com/android/dexgen/rop/type/
Prototype.java 333 * "intlike" types (see {@link Type#isIntlike}) are replaced by
345 if (one.isIntlike()) {
Type.java 729 public boolean isIntlike() {
  /dalvik/dx/src/com/android/dx/rop/type/
Prototype.java 365 * "intlike" types (see {@link Type#isIntlike}) are replaced by
377 if (one.isIntlike()) {
Type.java 716 public boolean isIntlike() {
  /external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar 

Completed in 69 milliseconds