Home
last modified time | relevance | path

Searched refs:moves (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dparallel_move_test.cc156 HParallelMove* moves = new (allocator) HParallelMove(allocator); in BuildParallelMove() local
158 moves->AddMove( in BuildParallelMove()
164 return moves; in BuildParallelMove()
188 static constexpr size_t moves[][2] = {{0, 1}, {1, 2}}; in TYPED_TEST() local
189 resolver.EmitNativeCode(BuildParallelMove(&allocator, moves, arraysize(moves))); in TYPED_TEST()
199 static constexpr size_t moves[][2] = {{0, 1}, {1, 2}, {2, 3}, {1, 4}}; in TYPED_TEST() local
200 resolver.EmitNativeCode(BuildParallelMove(&allocator, moves, arraysize(moves))); in TYPED_TEST()
215 static constexpr size_t moves[][2] = {{0, 1}, {1, 0}}; in TYPED_TEST() local
216 resolver.EmitNativeCode(BuildParallelMove(&allocator, moves, arraysize(moves))); in TYPED_TEST()
226 static constexpr size_t moves[][2] = {{0, 1}, {1, 2}, {1, 0}}; in TYPED_TEST() local
[all …]
Dgraph_visualizer.cc334 StringList moves; in VisitParallelMove() local
337 std::ostream& str = moves.NewEntryStream(); in VisitParallelMove()
342 StartAttributeStream("moves") << moves; in VisitParallelMove()
/art/test/408-move-bug/
Dinfo.txt2 compiler. Input moves where being overridden by sibling moves.
/art/test/510-checker-try-catch/smali/
DRuntime.smali393 ## CHECK-NEXT: ParallelMove moves:[{{.*->}}{{\d+}}(sp)]
395 ## CHECK-NEXT: ParallelMove moves:[{{.*->}}{{\d+}}(sp)]
443 ## CHECK-NEXT: ParallelMove moves:[{{.*->}}2x{{\d+}}(sp)]
445 ## CHECK-NEXT: ParallelMove moves:[{{.*->}}2x{{\d+}}(sp)]
/art/test/dexdump/
Dcheckers.txt921 The application complies with the official American checkers rules, where black moves first, captur…