Searched refs:method (Results 1 - 25 of 114) sorted by relevance

12345

/dalvik/dx/tests/098-dex-jsr-ret-throw/
H A Drun17 dx --debug --dump --method=run --rop-blocks 'ViewDebug$ViewServer.class'
/dalvik/dx/tests/115-merge/testdata/
H A DBasic.java7 String method() { method in class:Basic
8 return "this is a method result";
/dalvik/dx/tests/094-scala-locals/
H A Drun17 dx --debug --dump --ssa-blocks --method=scalalocals Blort.class
/dalvik/dx/tests/109-int-branch/
H A Drun17 dx --debug --dex --no-optimize --dump-method="blort.test*" blort.class
/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DMethodAnnotationStruct.java26 * Association of a method and its annotations.
30 /** {@code non-null;} the method in question */
31 private final CstMethodRef method; field in class:MethodAnnotationStruct
39 * @param method {@code non-null;} the method in question
42 public MethodAnnotationStruct(CstMethodRef method, argument
44 if (method == null) {
45 throw new NullPointerException("method == null");
52 this.method = method;
[all...]
H A DParameterAnnotationStruct.java29 * Association of a method and its parameter annotations.
33 /** {@code non-null;} the method in question */
34 private final CstMethodRef method; field in class:ParameterAnnotationStruct
45 * @param method {@code non-null;} the method in question
48 public ParameterAnnotationStruct(CstMethodRef method, argument
50 if (method == null) {
51 throw new NullPointerException("method == null");
58 this.method = method;
[all...]
/dalvik/dx/src/com/android/dx/dex/file/
H A DMethodAnnotationStruct.java26 * Association of a method and its annotations.
30 /** {@code non-null;} the method in question */
31 private final CstMethodRef method; field in class:MethodAnnotationStruct
39 * @param method {@code non-null;} the method in question
42 public MethodAnnotationStruct(CstMethodRef method, argument
44 if (method == null) {
45 throw new NullPointerException("method == null");
52 this.method = method;
[all...]
H A DParameterAnnotationStruct.java28 * Association of a method and its parameter annotations.
32 /** {@code non-null;} the method in question */
33 private final CstMethodRef method; field in class:ParameterAnnotationStruct
44 * @param method {@code non-null;} the method in question
48 public ParameterAnnotationStruct(CstMethodRef method, argument
50 if (method == null) {
51 throw new NullPointerException("method == null");
58 this.method = method;
[all...]
/dalvik/dx/src/com/android/dx/cf/attrib/
H A DAttEnclosingMethod.java33 /** {@code null-ok;} the name-and-type of the innermost enclosing method, if any */
34 private final CstNat method; field in class:AttEnclosingMethod
40 * @param method {@code null-ok;} the name-and-type of the innermost enclosing
41 * method, if any
43 public AttEnclosingMethod(CstType type, CstNat method) { argument
51 this.method = method;
70 * Gets the name-and-type of the innermost enclosing method, if
74 * method, if any
77 return method;
[all...]
/dalvik/dx/tests/097-dex-branch-offset-zero/
H A Drun17 dx --debug --dex --positions=none --no-locals --dump-method=Blort.test'*' \
24 dx --debug --dex --positions=none --no-locals --dump-method=Blort.test'*' \
/dalvik/dx/tests/111-use-null-as-array/
H A Drun18 --dump-to=- --dump-method="Blort.test*" Blort.class
21 --dump-to=- --dump-method="multidimensional.*" multidimensional.class
/dalvik/dx/tests/112-dex-return-jsr-result/
H A Drun21 dx --debug --dex --dump-to=- --dump-method=blort.zorch --dump-width=200 \
59 # The test failed. Be helpful and print the entire method body.
60 dx --debug --dex --dump-to=- --dump-method=blort.zorch --dump-width=200 \
/dalvik/dx/src/com/android/dx/cf/iface/
H A DStdMethodList.java42 * Sets the method at the given index.
44 * @param n {@code >= 0, < size();} which method
45 * @param method {@code null-ok;} the method object
47 public void set(int n, Method method) { argument
48 set0(n, method);
/dalvik/dx/tests/044-dex-math-ops/
H A Drun18 --dump-method=Blort.blort *.class
/dalvik/dx/tests/045-dex-switch-ops/
H A Drun18 --dump-method=Blort.switchTest'*' *.class
/dalvik/dx/tests/046-dex-exceptions/
H A Drun17 dx --debug --dex --no-optimize --positions=none --no-locals --dump-method=Blort.exTest'*' *.class
/dalvik/dx/tests/047-dex-wide-args/
H A Drun18 --dump-method=Blort.test'*' *.class
/dalvik/dx/tests/048-dex-new-array/
H A Drun17 dx --debug --dex --positions=none --no-locals --dump-method=Blort.test *.class
/dalvik/dx/tests/049-dex-instanceof/
H A Drun18 --dump-method=Blort.test *.class
/dalvik/dx/tests/050-dex-checkcast/
H A Drun18 --dump-method=Blort.test *.class
/dalvik/dx/tests/051-dex-explicit-null/
H A Drun18 --dump-method=Blort.test'*' *.class
/dalvik/dx/tests/052-dex-static-var-access/
H A Drun18 --dump-method=Blort.test'*' *.class
/dalvik/dx/tests/053-dex-instance-var-access/
H A Drun18 --dump-method=Blort.test'*' *.class
/dalvik/dx/tests/054-dex-high16/
H A Drun18 --dump-method=Blort.test'*' *.class
/dalvik/dx/tests/055-dex-explicit-throw/
H A Drun18 --dump-method=Blort.test'*' *.class

Completed in 354 milliseconds

12345