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

/dalvik/dx/src/com/android/dx/cf/attrib/
H A DAttEnclosingMethod.java75 public CstNat getMethod() { method in class:AttEnclosingMethod
/dalvik/dx/tests/115-merge/com/android/dx/merge/
H A DDexMergeTest.java51 (byte[]) fillArrayData.getMethod("newByteArray").invoke(null)));
54 (char[]) fillArrayData.getMethod("newCharArray").invoke(null)));
57 (long[]) fillArrayData.getMethod("newLongArray").invoke(null)));
105 Method method = annotated.getMethod("method", String.class, String.class);
/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DMethodAnnotationStruct.java110 public CstMethodRef getMethod() { method in class:MethodAnnotationStruct
H A DParameterAnnotationStruct.java149 public CstMethodRef getMethod() { method in class:ParameterAnnotationStruct
H A DAnnotationsDirectoryItem.java210 if (item.getMethod().equals(method)) {
231 if (item.getMethod().equals(method)) {
/dalvik/dx/src/com/android/dx/dex/file/
H A DMethodAnnotationStruct.java110 public CstMethodRef getMethod() { method in class:MethodAnnotationStruct
H A DParameterAnnotationStruct.java150 public CstMethodRef getMethod() { method in class:ParameterAnnotationStruct
H A DAnnotationsDirectoryItem.java214 if (item.getMethod().equals(method)) {
235 if (item.getMethod().equals(method)) {
/dalvik/dx/src/com/android/dx/dex/cf/
H A DAttributeTranslator.java238 CstNat nat = enclosingMethod.getMethod();

Completed in 126 milliseconds