/art/test/004-ThreadStress/src-art/ |
D | Main.java | 619 Operation[] operations = new Operation[operationsPerThread]; in runTest() local 626 if (o == operations.length) { in runTest() 629 operations[o] = op; in runTest() 635 Collections.shuffle(Arrays.asList(operations)); in runTest() 637 ? new Main(lock, t, operations) in runTest() 638 : new Daemon(lock, t, operations, mainThread, startBarrier); in runTest() 645 Operation[] operations = threadStresses[t].operations; in runTest() local 647 for (Operation operation : operations) { in runTest() 753 protected final Operation[] operations; field in Main 759 private Main(Object lock, int id, Operation[] operations) { in Main() argument [all …]
|
/art/test/593-checker-shift-and-simplifier/smali/ |
D | SmaliTests.smali | 18 # A very particular set of operations that caused a double removal by the 21 ## CHECK-START-ARM: int SmaliTests.operations() instruction_simplifier_arm (before) 27 ## CHECK-START-ARM: int SmaliTests.operations() instruction_simplifier_arm (after) 32 ## CHECK-START-ARM64: int SmaliTests.operations() instruction_simplifier_arm64 (before) 38 ## CHECK-START-ARM64: int SmaliTests.operations() instruction_simplifier_arm64 (after) 42 .method public static operations()I
|
/art/test/593-checker-shift-and-simplifier/src/ |
D | Main.java | 35 private static int operations() { in operations() method in Main 44 if (operations() != 32) { in main()
|
/art/test/432-optimizing-cmp/ |
D | info.txt | 1 Tests for compare operations.
|
/art/test/704-multiply-accumulate/ |
D | info.txt | 1 Tests for multiply accumulate operations.
|
/art/test/416-optimizing-arith-not/ |
D | info.txt | 1 Tests for bitwise not operations.
|
/art/test/660-checker-sad/ |
D | info.txt | 1 Functional tests on SAD scalar operations.
|
/art/test/565-checker-doublenegbitwise/ |
D | info.txt | 1 Test double-negated bitwise operations simplifications.
|
/art/test/564-checker-negbitwise/ |
D | info.txt | 1 Test negated bitwise operations simplification on ARM64.
|
/art/test/438-volatile/ |
D | info.txt | 1 Tests basic operations (set/get) on volatiles.
|
/art/test/624-checker-stringops/ |
D | info.txt | 1 Verify some properties of string operations represented by intrinsics.
|
/art/test/568-checker-onebit/ |
D | info.txt | 1 Unit test for 32-bit and 64-bit high/low-bit operations.
|
/art/test/411-optimizing-arith/ |
D | info.txt | 1 Tests for basic arithmethic operations:
|
/art/test/521-checker-array-set-null/ |
D | info.txt | 2 optimizations to remove type checks on array set operations work.
|
/art/test/449-checker-bce-rem/ |
D | info.txt | 1 Checker test for BCE optimizations of integer remainder operations which are optimized into
|
/art/test/134-reg-promotion/ |
D | info.txt | 2 and float operations is flushed to all home location.
|
/art/openjdkjvmti/ |
D | README.md | 7 operations on the global runtime state.
|
/art/libartbase/base/unix_file/ |
D | README | 14 of multiple sub-operations, it will return the errno corresponding to the most
|
/art/build/boot/hiddenapi/ |
D | hiddenapi-unsupported-packages.txt | 26 org.apache.xpath.operations
|
/art/libartbase/base/ |
D | hash_set_test.cc | 224 static constexpr size_t operations = 100000; in TEST_F() local 232 for (size_t i = 0; i < operations; ++i) { in TEST_F()
|
/art/runtime/ |
D | mutator_gc_coord.md | 44 remain "runnable", at the expense of potentially delaying GC operations for the
|
/art/test/565-checker-doublenegbitwise/smali/ |
D | SmaliTests.smali | 176 # bitwise operations. 582 # bitwise operations.
|