Home
last modified time | relevance | path

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

/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/704-multiply-accumulate/
Dinfo.txt1 Tests for multiply accumulate operations.
/art/test/416-optimizing-arith-not/
Dinfo.txt1 Tests for bitwise not operations.
/art/test/660-checker-sad/
Dinfo.txt1 Functional tests on SAD scalar operations.
/art/test/565-checker-doublenegbitwise/
Dinfo.txt1 Test double-negated bitwise operations simplifications.
/art/test/564-checker-negbitwise/
Dinfo.txt1 Test negated bitwise operations simplification on ARM64.
/art/test/438-volatile/
Dinfo.txt1 Tests basic operations (set/get) on volatiles.
/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/449-checker-bce-rem/
Dinfo.txt1 Checker test for BCE optimizations of integer remainder operations which are optimized into
/art/test/134-reg-promotion/
Dinfo.txt2 and float operations is flushed to all home location.
/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
/art/build/boot/hiddenapi/
Dhiddenapi-unsupported-packages.txt26 org.apache.xpath.operations
/art/libartbase/base/
Dhash_set_test.cc224 static constexpr size_t operations = 100000; in TEST_F() local
232 for (size_t i = 0; i < operations; ++i) { in TEST_F()
/art/runtime/
Dmutator_gc_coord.md44 remain "runnable", at the expense of potentially delaying GC operations for the
/art/test/565-checker-doublenegbitwise/smali/
DSmaliTests.smali176 # bitwise operations.
582 # bitwise operations.