Searched refs:moves (Results 1 – 12 of 12) sorted by relevance
/art/compiler/optimizing/ |
D | parallel_move_test.cc | 157 HParallelMove* moves = new (allocator) HParallelMove(allocator); in BuildParallelMove() local 159 moves->AddMove( in BuildParallelMove() 165 return moves; in BuildParallelMove() 189 static constexpr size_t moves[][2] = {{0, 1}, {1, 2}}; in TYPED_TEST() local 190 resolver.EmitNativeCode(BuildParallelMove(&allocator, moves, arraysize(moves))); in TYPED_TEST() 200 static constexpr size_t moves[][2] = {{0, 1}, {1, 2}, {2, 3}, {1, 4}}; in TYPED_TEST() local 201 resolver.EmitNativeCode(BuildParallelMove(&allocator, moves, arraysize(moves))); in TYPED_TEST() 216 static constexpr size_t moves[][2] = {{0, 1}, {1, 0}}; in TYPED_TEST() local 217 resolver.EmitNativeCode(BuildParallelMove(&allocator, moves, arraysize(moves))); in TYPED_TEST() 227 static constexpr size_t moves[][2] = {{0, 1}, {1, 2}, {1, 0}}; in TYPED_TEST() local [all …]
|
D | graph_visualizer.cc | 370 StringList moves; in VisitParallelMove() local 373 std::ostream& str = moves.NewEntryStream(); in VisitParallelMove() 378 StartAttributeStream("moves") << moves; in VisitParallelMove()
|
/art/test/408-move-bug/ |
D | info.txt | 2 compiler. Input moves where being overridden by sibling moves.
|
/art/test/614-checker-dump-constant-location/ |
D | info.txt | 2 locations in parallel moves.
|
/art/test/626-checker-arm64-scratch-register/ |
D | info.txt | 2 exhausted during moves between stack slots (b/32545705).
|
/art/test/dexdump/ |
D | all.lst | 12 0x0000072c 46 A moves ()V (none) -1
|
D | all.txt | 407 name : 'moves' 416 00071c: |[00071c] A.moves:()V
|
D | all-dex-files.lst | 12 0x0000072c 46 A moves ()V (none) -1
|
D | all-dex-files.txt | 407 name : 'moves' 416 00071c: |[00071c] A.moves:()V 1573 The application complies with the official American checkers rules, where black moves first, captur…
|
D | checkers.txt | 932 The application complies with the official American checkers rules, where black moves first, captur…
|
/art/test/510-checker-try-catch/smali/ |
D | Runtime.smali | 393 ## 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/626-checker-arm64-scratch-register/smali/ |
D | Main2.smali | 124 ## CHECK: ParallelMove moves:[40(sp)->d0,24(sp)->32(sp),28(sp)->36(sp),d0->d3,… 139 ## CHECK: ParallelMove moves:[invalid->invalid,invalid->invalid,invalid->inval…
|