Searched defs:operations (Results 1 - 3 of 3) sorted by relevance

/art/test/593-checker-shift-and-simplifier/src/
H A DMain.java21 // A very particular set of operations that caused a double removal by the
24 /// CHECK-START-ARM64: int Main.operations() instruction_simplifier_arm64 (before)
30 /// CHECK-START-ARM64: int Main.operations() instruction_simplifier_arm64 (after)
34 private static int operations() { method in class:Main
43 if (operations() != 32) {
/art/runtime/base/
H A Dhash_set_test.cc222 static constexpr size_t operations = 100000; local
230 for (size_t i = 0; i < operations; ++i) {
/art/test/004-ThreadStress/src/
H A DMain.java36 // -o X ............ number of overall operations
37 // -t X ............ number of operations per thread
405 // operations. Each daemon thread will loop over all
406 // the operations and will not stop.
407 // The distribution of operations is determined by
409 // for each thread with the operations it is to perform. The
420 Operation[] operations = new Operation[operationsPerThread];
427 if (o == operations.length) {
430 operations[o] = op;
436 Collections.shuffle(Arrays.asList(operations));
536 protected final Operation[] operations; field in class:Main
542 Main(Object lock, int id, Operation[] operations) argument
573 Daemon(Object lock, int id, Operation[] operations) argument
[all...]

Completed in 172 milliseconds