/dalvik/dx/tests/118-find-usages/ |
D | run | 17 dx --output=foo.dex --dex *.class 20 dx --find-usages foo.dex "Ljava/io/StreamTokenizer;" nval 23 dx --find-usages foo.dex "Ljava/util/ArrayList;" remove 26 dx --find-usages foo.dex "Ljava/util/Collection;" remove 29 dx --find-usages foo.dex "Ljava/lang/String;" valueOf
|
/dalvik/dx/tests/078-dex-local-variable-table/ |
D | Blort.java | 29 String foo = null; in test03() local 30 return foo; in test03() 34 String foo = null; in test04() local 36 foo = "bar"; in test04() 38 return foo; in test04()
|
D | Blort.class | ... lang.String test03 (int)
int x
String foo
public static java.lang.String test04 (int ... |
D | expected.txt | 50 0003: +local v1 foo java.lang.String 74 0003: +local v1 foo java.lang.String
|
/dalvik/dx/tests/091-ssa-const-collector/ |
D | expected.txt | 27 @????: mark-local-int . <- v0:"foo"I 42 @????: mark-local-int . <- v0:"foo"I 62 @????: mark-local-int . <- v0:"foo"I 95 Blort.java:24@0009: const-object("foo" catch) . <- . 102 ava/lang/String;="foo" 106 Blort.java:25@0010: const-object("foo" catch) . <- . 113 ava/lang/String;="foo" 117 Blort.java:26@0017: const-object("foo" catch) . <- . 124 ava/lang/String;="foo" 128 Blort.java:27@001e: const-object("foo" catch) . <- . [all …]
|
D | Blort.java | 10 int foo = 10; in testNumeric() local 13 foo += i * 10; in testNumeric() 17 foo += i + 10; in testNumeric()
|
D | Blort.class | ... )
void testNumeric ()
int i
int i
int foo
void testStrings ()
StringBuilder sb
void testCaughtStrings () ... |
/dalvik/dx/tests/092-ssa-cfg-edge-cases/ |
D | Blort.java | 4 void testMultipleIdenticalSuccessors(int foo) { in testMultipleIdenticalSuccessors() argument 5 switch(foo) { in testMultipleIdenticalSuccessors()
|
D | Blort.class | ... init> ()
void testMultipleIdenticalSuccessors (int)
int foo |
D | expected.txt | 40 Blort.java:9@001f: const-object("foo" catch) . <- . 46 atch) . <- v0:Ljava/io/PrintStream; v1:Ljava/lang/String;="foo" 51 Blort.java:5@0000: move-param-int(1) v3:"foo"I <- . 68 java/lang/String;="foo" <- .
|
/dalvik/dx/tests/022-code-attrib-LocalVariableTable/ |
D | small-class.txt | 21 01 0003 "foo" # 0009: utf8["foo"] 52 0000 0002 0009 000c 0000 # 0000..0002 foo:[I #0000
|
D | expected.txt | 17 0009: utf8{"foo"} 50 0000..0002 0000 foo [I
|
/dalvik/dx/tests/009-method/ |
D | small-class.txt | 17 01 0003 "foo" # 0005: utf8["foo"]
|
D | expected.txt | 13 0005: utf8{"foo"} 25 name: foo
|
/dalvik/dx/tests/008-field/ |
D | small-class.txt | 17 01 0003 "foo" # 0005: utf8["foo"]
|
D | expected.txt | 13 0005: utf8{"foo"} 24 name: foo
|
/dalvik/dx/tests/087-ssa-local-vars/ |
D | Blort.java | 35 Blort foo = null; in testConstructor() local 37 foo = new Blort(); in testConstructor() 40 System.err.println(foo); in testConstructor()
|
D | Blort.class | ... ] objectArray
Object anotherOne
private void testConstructor ()
Blort foo
public static void parseHeaderGroup (java.lang.Object ... |
D | expected.txt | 77 Blort.java:13@0019: const-object("foo" catch) . <- . 85 catch) . <- v19:Ljava/io/PrintStream; v20:Ljava/lang/String;="foo" 371 :Ljava/lang/String;="foo" <- . 544 @????: mark-local-object . <- v7:"foo"LBlort; 566 @????: mark-local-object . <- v8:"foo"LBlort; 586 @????: phi v14:"foo"LBlort; <- v8:"foo"LBlort;[b=000a] v7:"foo"LBlort;[b=000d
|
/dalvik/dx/tests/093-ssa-invoke-range/ |
D | Blort.java | 56 long testMixedCategory(boolean foo) { in testMixedCategory() argument 57 if (foo) { in testMixedCategory()
|
D | Blort.class | ... )
int offset
int src
int dest
long offset
boolean foo |
D | expected.txt | 284 Blort.java:57@0000: move-param-int(1) v9:"foo"Z <- .
|
/dalvik/dx/tests/143-interface-methods/ |
D | InvokeDefault.java | 18 public void foo() { in foo() method in InvokeDefault
|
D | expected.txt | 3 Uncaught translation error: com.android.dx.cf.code.SimException: ERROR in InvokeDefault.foo:()V: in… 14 Uncaught translation error: com.android.dx.cf.code.SimException: ERROR in InvokeDefault.foo:()V: in… 25 Uncaught translation error: com.android.dx.cf.code.SimException: ERROR in InvokeDefault.foo:()V: in… 36 Uncaught translation error: com.android.dx.cf.code.SimException: ERROR in InvokeDefault.foo:()V: in… 47 Uncaught translation error: com.android.dx.cf.code.SimException: ERROR in InvokeDefault.foo:()V: in… 68 WARNING in InvokeDefault.foo:()V: invoking a default interface method DefaultDefinition.countIt:(Lj… 78 WARNING in InvokeDefault.foo:()V: invoking a default interface method DefaultDefinition.countIt:(Lj… 88 WARNING in InvokeDefault.foo:()V: invoking a default interface method DefaultDefinition.countIt:(Lj… 97 WARNING in InvokeDefault.foo:()V: invoking a default interface method DefaultDefinition.countIt:(Lj… 106 WARNING in InvokeDefault.foo:()V: invoking a default interface method DefaultDefinition.countIt:(Lj…
|