Home
last modified time | relevance | path

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

12

/dalvik/dx/tests/141-invoke-polymorphic-varhandles/
DVarHandleDexTest.java32 VarHandleDexTest t = new VarHandleDexTest(); in main() local
34 … VarHandle vb = MethodHandles.lookup().findStaticVarHandle(t.getClass(), "bsValue", boolean.class); in main()
38 boolean b0 = (boolean) vb.compareAndExchangeAcquire(t, expectedValue, newValue); in main()
39 vb.compareAndExchangeAcquire(t, expectedValue, newValue); in main()
40 boolean b1 = (boolean) vb.compareAndExchange(t, expectedValue, newValue); in main()
41 vb.compareAndExchange(t, expectedValue, newValue); in main()
42 boolean b2 = (boolean) vb.compareAndExchangeRelease(t, expectedValue, newValue); in main()
43 vb.compareAndExchangeRelease(t, expectedValue, newValue); in main()
45 boolean r0 = vb.compareAndSet(t, expectedValue, newValue); in main()
46 vb.compareAndSet(t, expectedValue, newValue); in main()
[all …]
/dalvik/dx/tests/140-ssa-phi-overlap/
DTest.java168 Test t = new Test(); in main() local
171 r = t.testMethod(); in main()
177 System.out.println("mZ = " + t.mZ); in main()
178 System.out.println("mI = " + t.mI); in main()
179 System.out.println("mJ = " + t.mJ); in main()
180 System.out.println("mF = " + t.mF); in main()
181 System.out.println("mD = " + t.mD); in main()
182 System.out.println("mArray = " + Arrays.deepToString(t.mArray)); in main()
/dalvik/dx/tests/110-dex-preserve-this/
DBlort.java20 Number t = new Integer(3); in test() local
24 return ((Integer) t); in test()
DBlort.class ... () public int test () Object z Number t
/dalvik/dx/tests/136-null-constant-debug-info/
DNullConstant.java20 NullConstant t = this; in m() local
22 f = t = null; in m()
Dinfo.txt4 "java.lang.Object", but "java.lang.Object" wouldn't be added to the types of
6 So in the rare case where java.lang.Object wouldn't be referenced anywhere else
DNullConstant.class ... > () public final void m () NullConstant t
/dalvik/opcode-gen/
Dbytecode.txt31 format 10t 20t 30t
37 format 21t 31t
40 format 22t
129 op 26 fill-array-data 31t n none continue
131 op 28 goto 10t n none branch
132 op 29 goto/16 20t n none branch
133 op 2a goto/32 30t n none branch
134 op 2b packed-switch 31t n none continue|switch
135 op 2c sparse-switch 31t n none continue|switch
141 op 32 if-eq 22t n none continue|branch
[all …]
/dalvik/dx/src/com/android/dx/io/
DDexIndexPrinter.java100 for (int t = 0; t < size; t++) { in printTypeLists()
/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/030-minimal-jasmin/
Dinfo.txt2 file and then dumping it. It doesn't test any features in particular.
/dalvik/dx/tests/127-merge-stress/com/android/dx/merge/
DMergeTest.java61 } catch (Throwable t) { in run()
62 System.err.println("Exception processing DEX files: " + t); in run()
/dalvik/dx/tests/139-lambda-metafactory/
DMain.java18 void accept(T t); in accept() argument
/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/dx/tests/121-sccp/
Dinfo.txt2 ensure there aren't any regressions.
/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/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/etc/
Ddx.bat16 REM don't modify the caller's environment
DmainDexClasses.bat16 REM don't modify the caller's environment
/dalvik/dx/tests/032-bb-live-code/
Dblort.j46 ; the covered code can't possibly throw.
/dalvik/dx/src/com/android/dx/merge/
DDexMerger.java655 int t = sortableType.getTypeIndex(); in readSortableTypes() local
656 if (sortableTypes[t] == null) { in readSortableTypes()
657 sortableTypes[t] = sortableType; in readSortableTypes()

12