/dalvik/dx/tests/090-dex-unify-arrays/ |
D | Blort.java | 30 return o.hashCode(); in test2() 35 return o.hashCode(); in test3() 40 return o.hashCode(); in test4() 45 return o.hashCode(); in test5() 50 return o.hashCode(); in test6()
|
D | expected.txt | 24 0009: invoke-virtual {v2}, java.lang.Object.hashCode:()I 40 0009: invoke-virtual {v2}, java.lang.Object.hashCode:()I 56 0009: invoke-virtual {v2}, java.lang.Object.hashCode:()I 72 0009: invoke-virtual {v2}, java.lang.Object.hashCode:()I 88 0009: invoke-virtual {v2}, java.lang.Object.hashCode:()I
|
/dalvik/dx/tests/098-dex-jsr-ret-throw/ |
D | ViewDebug$ViewServer.class | ViewDebug.java
package android.view
android.view.ViewDebug$ViewServer extends java.lang. ... |
/dalvik/dx/tests/088-ssa-combine-blocks/ |
D | Blort.java | 31 hashCode(); in edgeSplitMoveException() 32 hashCode(); in edgeSplitMoveException()
|
/dalvik/dx/src/com/android/dx/rop/annotation/ |
D | NameValuePair.java | 59 public int hashCode() { in hashCode() method in NameValuePair 60 return name.hashCode() * 31 + value.hashCode(); in hashCode()
|
D | Annotation.java | 83 public int hashCode() { in hashCode() method in Annotation 84 int hash = type.hashCode(); in hashCode() 85 hash = (hash * 31) + elements.hashCode(); in hashCode() 86 hash = (hash * 31) + visibility.hashCode(); in hashCode()
|
/dalvik/dx/src/com/android/dx/rop/cst/ |
D | CstMemberRef.java | 62 public final int hashCode() { in hashCode() method in CstMemberRef 63 return (definingClass.hashCode() * 31) ^ nat.hashCode(); in hashCode()
|
D | CstNat.java | 73 public int hashCode() { in hashCode() method in CstNat 74 return (name.hashCode() * 31) ^ descriptor.hashCode(); in hashCode()
|
D | CstAnnotation.java | 55 public int hashCode() { in hashCode() method in CstAnnotation 56 return annotation.hashCode(); in hashCode()
|
D | CstProtoRef.java | 56 public int hashCode() { in hashCode() method in CstProtoRef 57 return prototype.hashCode(); in hashCode()
|
D | CstCallSite.java | 77 public int hashCode() { in hashCode() method in CstCallSite 78 return getList().hashCode(); in hashCode()
|
/dalvik/dexgen/src/com/android/dexgen/rop/annotation/ |
D | NameValuePair.java | 63 public int hashCode() { in hashCode() method in NameValuePair 64 return name.hashCode() * 31 + value.hashCode(); in hashCode()
|
D | Annotation.java | 91 public int hashCode() { in hashCode() method in Annotation 92 int hash = type.hashCode(); in hashCode() 93 hash = (hash * 31) + elements.hashCode(); in hashCode() 94 hash = (hash * 31) + visibility.hashCode(); in hashCode()
|
/dalvik/dexgen/src/com/android/dexgen/rop/cst/ |
D | CstMemberRef.java | 62 public final int hashCode() { in hashCode() method in CstMemberRef 63 return (definingClass.hashCode() * 31) ^ nat.hashCode(); in hashCode()
|
D | CstNat.java | 73 public int hashCode() { in hashCode() method in CstNat 74 return (name.hashCode() * 31) ^ descriptor.hashCode(); in hashCode()
|
D | CstAnnotation.java | 55 public int hashCode() { in hashCode() method in CstAnnotation 56 return annotation.hashCode(); in hashCode()
|
D | CstString.java | 63 public int hashCode() { in hashCode() method in CstString 64 return string.hashCode(); in hashCode()
|
/dalvik/dx/tests/086-ssa-edge-split/ |
D | Blort.java | 49 hashCode(); in edgeSplitMoveException() 50 hashCode(); in edgeSplitMoveException()
|
/dalvik/dx/tests/062-dex-synch-method/ |
D | Blort.java | 24 x.hashCode(); in testInstance2() 52 x.hashCode(); in testStatic2()
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
D | LocalItem.java | 108 public int hashCode() { in hashCode() method in LocalItem 109 return (name == null ? 0 : name.hashCode()) * 31 in hashCode() 110 + (signature == null ? 0 : signature.hashCode()); in hashCode()
|
D | Rop.java | 238 public int hashCode() { in hashCode() method in Rop 240 h = (h * 31) + result.hashCode(); in hashCode() 241 h = (h * 31) + sources.hashCode(); in hashCode() 242 h = (h * 31) + exceptions.hashCode(); in hashCode()
|
/dalvik/dx/src/com/android/dx/rop/code/ |
D | LocalItem.java | 109 public int hashCode() { in hashCode() method in LocalItem 110 return (name == null ? 0 : name.hashCode()) * 31 in hashCode() 111 + (signature == null ? 0 : signature.hashCode()); in hashCode()
|
D | Rop.java | 238 public int hashCode() { in hashCode() method in Rop 240 h = (h * 31) + result.hashCode(); in hashCode() 241 h = (h * 31) + sources.hashCode(); in hashCode() 242 h = (h * 31) + exceptions.hashCode(); in hashCode()
|
D | SourcePosition.java | 113 public int hashCode() { in hashCode() method in SourcePosition 114 return sourceFile.hashCode() + address + line; in hashCode()
|
/dalvik/dx/src/com/android/dx/dex/file/ |
D | EncodedArrayItem.java | 67 public int hashCode() { in hashCode() method in EncodedArrayItem 68 return array.hashCode(); in hashCode()
|