Home
last modified time | relevance | path

Searched refs:t (Results 1 – 22 of 22) sorted by relevance

/dalvik/dx/tests/110-dex-preserve-this/
DBlort.java20 Number t = new Integer(3); in test() local
24 return ((Integer) t); in test()
/dalvik/dx/tests/127-merge-stress/com/android/dx/merge/
DMergeTest.java38 } catch (Throwable t) { in main()
41 throw t; in main()
/dalvik/dx/tests/030-minimal-jasmin/
Dinfo.txt2 file and then dumping it. It doesn't test any features in particular.
/dalvik/dx/src/com/android/dx/io/
DDexIndexPrinter.java100 for (int t = 0; t < size; t++) { in printTypeLists()
/dalvik/dx/tests/031-bb-dead-code/
Dinfo.txt3 that *doesn't* flow to the next instruction.
Dblort.j46 ; make sure an exception handler for a dead range doesn't get enlivened
/dalvik/opcode-gen/
Dbytecode.txt31 format 10t 20t 30t
37 format 21t 31t
40 format 22t
124 op 26 fill-array-data 31t n none continue
126 op 28 goto 10t n none branch
127 op 29 goto/16 20t n none branch
128 op 2a goto/32 30t n none branch
129 op 2b packed-switch 31t n none continue|switch
130 op 2c sparse-switch 31t n none continue|switch
136 op 32 if-eq 22t n none continue|branch
[all …]
/dalvik/dx/tests/121-sccp/
Dinfo.txt2 ensure there aren't any regressions.
/dalvik/dx/tests/111-use-null-as-array/
Dinfo.txt4 will inevitably throw a NullPointerException, but if the opcode weren't
12 that during translation there simply wasn't enough information to
/dalvik/dx/tests/076-dex-synch-and-stack/
Dinfo.txt2 the synchronized method conversion doesn't interact poorly with stack
/dalvik/dx/tests/075-dex-cat2-value-merge/
Dinfo.txt3 flow analysis, things don't break.
/dalvik/tools/dexdeps/
DREADME.txt7 shouldn't be. It may also be useful in determining whether an application
/dalvik/dx/etc/
Ddx.bat16 REM don't modify the caller's environment
DmainDexClasses.bat16 REM don't modify the caller's environment
/dalvik/docs/
Dporting-proto.c.txt95 * ARM lib doesn't clamp large values or NaN the way we want on these two.
96 * If the simple version isn't correct, use the long version. (You can use
Dprettify.js660 [PR_PLAIN, /^\s+/, null, ' \t\r\n']
/dalvik/dx/tests/032-bb-live-code/
Dblort.j46 ; the covered code can't possibly throw.
/dalvik/dx/src/com/android/dx/command/dexer/
DMain.java1875 Throwable t = ex.getCause(); in call()
1876 throw (t instanceof Exception) ? (Exception) t : ex; in call()
/dalvik/dx/tests/098-dex-jsr-ret-throw/
Dexpected.txt521 ViewDebug.java:597@00a8: Rop{invoke-virtual . <- Ljava/io/IOException; call t
563 ViewDebug.java:597@00a8: Rop{invoke-virtual . <- Ljava/io/IOException; call t
649 ViewDebug.java:597@00a8: Rop{invoke-virtual . <- Ljava/io/IOException; call t
/dalvik/dx/src/com/android/dx/merge/
DDexMerger.java586 int t = sortableType.getTypeIndex(); in readSortableTypes() local
587 if (sortableTypes[t] == null) { in readSortableTypes()
588 sortableTypes[t] = sortableType; in readSortableTypes()
/dalvik/dx/tests/093-ssa-invoke-range/
Dexpected.txt51 t.methodThatNeedsInvokeRange:(IIIIII)V catch) . <- v0:I=5 v1:I=0 v2:I=5 v3:I=
/dalvik/dx/tests/087-ssa-local-vars/
Dexpected.txt166 t"
698 Blort.java:61@0011: Rop{invoke-direct . <- Ljava/lang/StringBuilder; I call t