/dalvik/dx/tests/141-invoke-polymorphic-varhandles/ |
D | VarHandleDexTest.java | 32 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/ |
D | Test.java | 168 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/ |
D | Blort.java | 20 Number t = new Integer(3); in test() local 24 return ((Integer) t); in test()
|
D | Blort.class | ... ()
public int test ()
Object z
Number t |
/dalvik/dx/tests/136-null-constant-debug-info/ |
D | NullConstant.java | 20 NullConstant t = this; in m() local 22 f = t = null; in m()
|
D | info.txt | 4 "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
|
D | NullConstant.class | ... > ()
public final void m ()
NullConstant t |
/dalvik/opcode-gen/ |
D | bytecode.txt | 31 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/ |
D | DexIndexPrinter.java | 100 for (int t = 0; t < size; t++) { in printTypeLists()
|
/dalvik/dx/tests/111-use-null-as-array/ |
D | info.txt | 4 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/ |
D | info.txt | 2 file and then dumping it. It doesn't test any features in particular.
|
/dalvik/dx/tests/127-merge-stress/com/android/dx/merge/ |
D | MergeTest.java | 61 } catch (Throwable t) { in run() 62 System.err.println("Exception processing DEX files: " + t); in run()
|
/dalvik/dx/tests/139-lambda-metafactory/ |
D | Main.java | 18 void accept(T t); in accept() argument
|
/dalvik/dx/tests/031-bb-dead-code/ |
D | info.txt | 3 that *doesn't* flow to the next instruction.
|
D | blort.j | 46 ; make sure an exception handler for a dead range doesn't get enlivened
|
/dalvik/dx/tests/121-sccp/ |
D | info.txt | 2 ensure there aren't any regressions.
|
/dalvik/dx/tests/076-dex-synch-and-stack/ |
D | info.txt | 2 the synchronized method conversion doesn't interact poorly with stack
|
/dalvik/dx/tests/075-dex-cat2-value-merge/ |
D | info.txt | 3 flow analysis, things don't break.
|
/dalvik/tools/dexdeps/ |
D | README.txt | 7 shouldn't be. It may also be useful in determining whether an application
|
/dalvik/docs/ |
D | porting-proto.c.txt | 95 * 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
|
D | prettify.js | 660 [PR_PLAIN, /^\s+/, null, ' \t\r\n']
|
/dalvik/dx/etc/ |
D | dx.bat | 16 REM don't modify the caller's environment
|
D | mainDexClasses.bat | 16 REM don't modify the caller's environment
|
/dalvik/dx/tests/032-bb-live-code/ |
D | blort.j | 46 ; the covered code can't possibly throw.
|
/dalvik/dx/src/com/android/dx/merge/ |
D | DexMerger.java | 655 int t = sortableType.getTypeIndex(); in readSortableTypes() local 656 if (sortableTypes[t] == null) { in readSortableTypes() 657 sortableTypes[t] = sortableType; in readSortableTypes()
|