Home
last modified time | relevance | path

Searched refs:operations (Results 1 – 25 of 27) sorted by relevance

12

/art/test/004-ThreadStress/src-art/
DMain.java619 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/
DSmaliTests.smali18 # 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/
DMain.java35 private static int operations() { in operations() method in Main
44 if (operations() != 32) { in main()
/art/test/432-optimizing-cmp/
Dinfo.txt1 Tests for compare operations.
/art/test/416-optimizing-arith-not/
Dinfo.txt1 Tests for bitwise not operations.
/art/test/704-multiply-accumulate/
Dinfo.txt1 Tests for multiply accumulate operations.
/art/test/565-checker-doublenegbitwise/
Dinfo.txt1 Test double-negated bitwise operations simplifications.
/art/test/660-checker-sad-short/
Dinfo.txt1 Functional tests on SAD scalar operations.
/art/test/660-checker-sad-long/
Dinfo.txt1 Functional tests on SAD scalar operations.
/art/test/660-checker-sad-char/
Dinfo.txt1 Functional tests on SAD scalar operations.
/art/test/660-checker-sad-byte/
Dinfo.txt1 Functional tests on SAD scalar operations.
/art/test/660-checker-sad-int/
Dinfo.txt1 Functional tests on SAD scalar operations.
/art/test/438-volatile/
Dinfo.txt1 Tests basic operations (set/get) on volatiles.
/art/test/564-checker-negbitwise/
Dinfo.txt1 Test negated bitwise operations simplification on ARM64.
/art/test/567-checker-compare/
Dinfo.txt1 Unit test for 32-bit and 64-bit compare operations.
/art/test/566-checker-signum/
Dinfo.txt1 Unit test for 32-bit and 64-bit signum operations.
/art/test/565-checker-rotate/
Dinfo.txt1 Unit test for 32-bit and 64-bit rotate operations.
/art/test/624-checker-stringops/
Dinfo.txt1 Verify some properties of string operations represented by intrinsics.
/art/test/568-checker-onebit/
Dinfo.txt1 Unit test for 32-bit and 64-bit high/low-bit operations.
/art/test/411-optimizing-arith/
Dinfo.txt1 Tests for basic arithmethic operations:
/art/test/521-checker-array-set-null/
Dinfo.txt2 optimizations to remove type checks on array set operations work.
/art/test/134-reg-promotion/
Dinfo.txt2 and float operations is flushed to all home location.
/art/test/1944-sudden-exit/
Dinfo.txt2 other threads are performing operations.
/art/openjdkjvmti/
DREADME.md7 operations on the global runtime state.
/art/libartbase/base/unix_file/
DREADME14 of multiple sub-operations, it will return the errno corresponding to the most

12