Home
last modified time | relevance | path

Searched refs:getMethod (Results 1 – 9 of 9) sorted by relevance

/dalvik/dx/tests/115-merge/com/android/dx/merge/
DDexMergeTest.java52 (byte[]) fillArrayData.getMethod("newByteArray").invoke(null))); in testFillArrayData()
55 (char[]) fillArrayData.getMethod("newCharArray").invoke(null))); in testFillArrayData()
58 (long[]) fillArrayData.getMethod("newLongArray").invoke(null))); in testFillArrayData()
106 Method method = annotated.getMethod("method", String.class, String.class); in testAnnotations()
/dalvik/dx/src/com/android/dx/cf/attrib/
DAttEnclosingMethod.java76 public CstNat getMethod() { in getMethod() method in AttEnclosingMethod
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DMethodAnnotationStruct.java110 public CstMethodRef getMethod() { in getMethod() method in MethodAnnotationStruct
DAnnotationsDirectoryItem.java210 if (item.getMethod().equals(method)) { in getMethodAnnotations()
231 if (item.getMethod().equals(method)) { in getParameterAnnotations()
DParameterAnnotationStruct.java149 public CstMethodRef getMethod() { in getMethod() method in ParameterAnnotationStruct
/dalvik/dx/src/com/android/dx/dex/file/
DAnnotationsDirectoryItem.java213 if (item.getMethod().equals(method)) { in getMethodAnnotations()
234 if (item.getMethod().equals(method)) { in getParameterAnnotations()
DMethodAnnotationStruct.java114 public CstMethodRef getMethod() { in getMethod() method in MethodAnnotationStruct
DParameterAnnotationStruct.java153 public CstMethodRef getMethod() { in getMethod() method in ParameterAnnotationStruct
/dalvik/dx/src/com/android/dx/dex/cf/
DAttributeTranslator.java256 CstNat nat = enclosingMethod.getMethod(); in translateEnclosingMethod()