Home
last modified time | relevance | path

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

/art/test/004-ThreadStress/src/
DMain.java376 Operation[] operations = new Operation[operationsPerThread]; in runTest() local
383 if (o == operations.length) { in runTest()
386 operations[o] = op; in runTest()
392 Collections.shuffle(Arrays.asList(operations)); in runTest()
393 threadStresses[t] = new Main(lock, t, operations); in runTest()
400 Operation[] operations = threadStresses[t].operations; in runTest() local
402 for (Operation operation : operations) { in runTest()
470 private final Operation[] operations; field in Main
476 private Main(Object lock, int id, Operation[] operations) { in Main() argument
479 this.operations = operations; in Main()
[all …]
/art/test/431-optimizing-arith-shifts/
Dinfo.txt1 Tests for shift operations.
/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/411-optimizing-arith/
Dinfo.txt1 Tests for basic arithmethic operations.
/art/test/415-optimizing-arith-neg/
Dinfo.txt1 Tests for arithmetic negation operations.
/art/test/438-volatile/
Dinfo.txt1 Tests basic operations (set/get) on volatiles.
/art/test/134-reg-promotion/
Dinfo.txt2 and float operations is flushed to all home location.
/art/runtime/base/unix_file/
DREADME14 of multiple sub-operations, it will return the errno corresponding to the most
/art/runtime/base/
Dhash_set_test.cc164 static constexpr size_t operations = 100000; in TEST_F() local
172 for (size_t i = 0; i < operations; ++i) { in TEST_F()