HomeSort by relevance Sort by last modified time
    Searched refs:ParallelMoveTest (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
parallel_move_test.cc 168 class ParallelMoveTest : public ::testing::Test {
173 template<> const bool ParallelMoveTest<TestParallelMoveResolverWithSwap>::has_swap = true;
174 template<> const bool ParallelMoveTest<TestParallelMoveResolverNoSwap>::has_swap = false;
179 TYPED_TEST_CASE(ParallelMoveTest, ParallelMoveResolverTestTypes);
182 TYPED_TEST(ParallelMoveTest, Dependency) {
209 TYPED_TEST(ParallelMoveTest, Cycle) {
259 TYPED_TEST(ParallelMoveTest, ConstantLast) {
278 TYPED_TEST(ParallelMoveTest, Pairs) {
455 TYPED_TEST(ParallelMoveTest, MultiCycles) {
553 TYPED_TEST(ParallelMoveTest, CyclesWith64BitsMoves)
    [all...]
nodes.h     [all...]

Completed in 334 milliseconds