Searched refs:moves (Results 1 - 25 of 44) sorted by relevance

12

/external/chromium_org/v8/src/compiler/
H A Dgap-resolver.cc29 static void VerifyMovesAreInjective(ZoneList<MoveOperands>* moves) { argument
32 for (op_iterator i = moves->begin(); i != moves->end(); ++i) {
41 ZoneList<MoveOperands>* moves = parallel_move->move_operands(); local
44 std::remove_if(moves->begin(), moves->end(),
46 moves->Rewind(static_cast<int>(end - moves->begin()));
48 VerifyMovesAreInjective(moves);
50 for (op_iterator move = moves
56 PerformMove(ZoneList<MoveOperands>* moves, MoveOperands* move) const argument
[all...]
H A Dgap-resolver.h16 // Interface used by the gap resolver to emit moves and swaps.
31 // Resolve a set of parallel moves, emitting assembler instructions.
35 // Perform the given move, possibly requiring other moves to satisfy
37 void PerformMove(ZoneList<MoveOperands>* moves, MoveOperands* move) const;
39 // Assembler used to emit moves and save registers.
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcitrtest.h40 void TestUCharIterator(UCharIterator *iter, CharacterIterator &ci, const char *moves, const char *which);
H A Dtstnorm.h59 const char *moves,
H A Dtstnorm.cpp628 const char *moves,
649 const char *move=moves;
664 // copy the moves until the current (m) move, and terminate
666 uprv_strcpy(history, moves);
667 history[move-moves]=0;
676 // copy the moves until the current (m) move, and terminate
678 uprv_strcpy(history, moves);
679 history[move-moves]=0;
748 static const char *const moves="0+0+0--0-0-+++0--+++++++0--------"; local
754 moves, UNORM_NF
624 TestPreviousNext(const UChar *src, int32_t srcLength, const UChar32 *expect, int32_t expectLength, const int32_t *expectIndex, int32_t srcMiddle, int32_t expectMiddle, const char *moves, UNormalizationMode mode, const char *name) argument
[all...]
H A Dcitrtest.cpp768 const char *moves, const char *which) {
775 switch(moves[m]) {
830 errln("error: unexpected move character '%c' in \"%s\"", moves[m], moves);
839 errln("error: UCharIterator(%s) misbehaving at \"%s\"[%d]='%c'", which, moves, m, moves[m]);
847 const char *const moves= local
848 "0+++++++++" // 10 moves per line
862 TestUCharIterator(&sIter, compareCI, moves, "uiter_setString");
864 TestUCharIterator(&cIter, compareCI, moves, "uiter_setCharacterIterato
767 TestUCharIterator(UCharIterator *iter, CharacterIterator &ci, const char *moves, const char *which) argument
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dcitrtest.h40 void TestUCharIterator(UCharIterator *iter, CharacterIterator &ci, const char *moves, const char *which);
H A Dtstnorm.h59 const char *moves,
H A Dtstnorm.cpp628 const char *moves,
649 const char *move=moves;
664 // copy the moves until the current (m) move, and terminate
666 uprv_strcpy(history, moves);
667 history[move-moves]=0;
676 // copy the moves until the current (m) move, and terminate
678 uprv_strcpy(history, moves);
679 history[move-moves]=0;
748 static const char *const moves="0+0+0--0-0-+++0--+++++++0--------"; local
754 moves, UNORM_NF
624 TestPreviousNext(const UChar *src, int32_t srcLength, const UChar32 *expect, int32_t expectLength, const int32_t *expectIndex, int32_t srcMiddle, int32_t expectMiddle, const char *moves, UNormalizationMode mode, const char *name) argument
[all...]
H A Dcitrtest.cpp768 const char *moves, const char *which) {
775 switch(moves[m]) {
830 errln("error: unexpected move character '%c' in \"%s\"", moves[m], moves);
839 errln("error: UCharIterator(%s) misbehaving at \"%s\"[%d]='%c'", which, moves, m, moves[m]);
847 const char *const moves= local
848 "0+++++++++" // 10 moves per line
862 TestUCharIterator(&sIter, compareCI, moves, "uiter_setString");
864 TestUCharIterator(&cIter, compareCI, moves, "uiter_setCharacterIterato
767 TestUCharIterator(UCharIterator *iter, CharacterIterator &ci, const char *moves, const char *which) argument
[all...]
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-gap-resolver.cc19 void ExecuteInParallel(Moves moves) { argument
21 for (Moves::iterator it = moves.begin(); it != moves.end(); ++it) {
76 // An abstract interpreter for moves, swaps and parallel moves.
81 InterpreterState::Moves moves; variable
82 moves.push_back(MoveOperands(source, destination));
83 state_.ExecuteInParallel(moves);
88 InterpreterState::Moves moves; variable
89 moves
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_base.cc185 const std::vector<WebPluginGeometry>& moves) {
186 if (moves.empty())
193 ::BeginDeferWindowPos(static_cast<int>(moves.size()));
204 for (size_t i = 0; i < moves.size(); ++i) {
206 const WebPluginGeometry& move = moves[i];
306 DCHECK(false) << "DeferWindowPos failed, so all plugin moves ignored.";
315 for (size_t i = 0; i < moves.size(); ++i) {
316 const WebPluginGeometry& move = moves[i];
183 MovePluginWindowsHelper( HWND parent, const std::vector<WebPluginGeometry>& moves) argument
H A Drender_widget_host_view_base.h213 const std::vector<WebPluginGeometry>& moves) = 0;
386 const std::vector<WebPluginGeometry>& moves);
H A Drender_widget_host_view_aura.cc731 std::vector<WebPluginGeometry> moves = plugin_window_moves; local
735 for (size_t i = 0; i < moves.size(); ++i) {
736 gfx::Rect clip(moves[i].clip_rect);
738 moves[i].window_rect.OffsetFromOrigin());
742 moves[i].clip_rect = clip;
744 moves[i].window_rect.Offset(view_bounds.OffsetFromOrigin());
746 plugin_window_moves_[moves[i].window] = moves[i];
752 offset_cutout -= moves[i].window_rect.OffsetFromOrigin();
753 moves[
[all...]
/external/chromium_org/v8/src/arm/
H A Dlithium-gap-resolver-arm.cc14 // moves. We don't need access to roots while resolving the move list and using
17 // with any of the moves we are resolving.
33 // Build up a worklist of moves.
38 // Skip constants to perform them last. They don't block other moves
39 // and skipping such moves with register destinations keeps those
50 // Perform the moves with constant sources.
69 // Perform a linear sweep of the moves to add them to the initial list of
70 // moves to perform, ignoring any move that is redundant (the source is
73 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); local
74 for (int i = 0; i < moves
[all...]
/external/chromium_org/v8/src/arm64/
H A Dlithium-gap-resolver-arm64.cc38 // Build up a worklist of moves.
44 // Skip constants to perform them last. They don't block other moves
45 // and skipping such moves with register destinations keeps those
54 // Perform the moves with constant sources.
71 // Perform a linear sweep of the moves to add them to the initial list of
72 // moves to perform, ignoring any move that is redundant (the source is
75 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); local
76 for (int i = 0; i < moves->length(); ++i) {
77 LMoveOperands move = moves->at(i);
95 // destination is saved in a stack allocated local. Multiple moves ca
[all...]
/external/chromium_org/v8/src/mips/
H A Dlithium-gap-resolver-mips.cc23 // Build up a worklist of moves.
28 // Skip constants to perform them last. They don't block other moves
29 // and skipping such moves with register destinations keeps those
40 // Perform the moves with constant sources.
53 // Perform a linear sweep of the moves to add them to the initial list of
54 // moves to perform, ignoring any move that is redundant (the source is
57 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); local
58 for (int i = 0; i < moves->length(); ++i) {
59 LMoveOperands move = moves->at(i);
72 // We can only find a cycle, when doing a depth-first traversal of moves,
[all...]
/external/chromium_org/v8/src/mips64/
H A Dlithium-gap-resolver-mips64.cc23 // Build up a worklist of moves.
28 // Skip constants to perform them last. They don't block other moves
29 // and skipping such moves with register destinations keeps those
40 // Perform the moves with constant sources.
53 // Perform a linear sweep of the moves to add them to the initial list of
54 // moves to perform, ignoring any move that is redundant (the source is
57 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); local
58 for (int i = 0; i < moves->length(); ++i) {
59 LMoveOperands move = moves->at(i);
72 // We can only find a cycle, when doing a depth-first traversal of moves,
[all...]
/external/chromium_org/v8/src/x64/
H A Dlithium-gap-resolver-x64.cc21 // Build up a worklist of moves.
26 // Skip constants to perform them last. They don't block other moves
27 // and skipping such moves with register destinations keeps those
34 // Perform the moves with constant sources.
47 // Perform a linear sweep of the moves to add them to the initial list of
48 // moves to perform, ignoring any move that is redundant (the source is
51 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); local
52 for (int i = 0; i < moves->length(); ++i) {
53 LMoveOperands move = moves->at(i);
73 // multiple moves t
[all...]
/external/chromium_org/v8/src/x87/
H A Dlithium-gap-resolver-x87.cc25 // Build up a worklist of moves.
30 // Skip constants to perform them last. They don't block other moves
31 // and skipping such moves with register destinations keeps those
38 // Perform the moves with constant sources.
52 // Perform a linear sweep of the moves to add them to the initial list of
53 // moves to perform, ignoring any move that is redundant (the source is
56 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); local
57 for (int i = 0; i < moves->length(); ++i) {
58 LMoveOperands move = moves->at(i);
85 // such moves
[all...]
/external/markdown/MarkdownTest/
H A DMarkdownTest.pl153 It now prints a message and moves on, rather than dying.
/external/chromium_org/v8/src/ia32/
H A Dlithium-gap-resolver-ia32.cc25 // Build up a worklist of moves.
30 // Skip constants to perform them last. They don't block other moves
31 // and skipping such moves with register destinations keeps those
38 // Perform the moves with constant sources.
52 // Perform a linear sweep of the moves to add them to the initial list of
53 // moves to perform, ignoring any move that is redundant (the source is
56 const ZoneList<LMoveOperands>* moves = parallel_move->move_operands(); local
57 for (int i = 0; i < moves->length(); ++i) {
58 LMoveOperands move = moves->at(i);
85 // such moves
[all...]
/external/chromium_org/content/browser/frame_host/
H A Drender_widget_host_view_guest.cc273 const std::vector<WebPluginGeometry>& moves) {
274 platform_view_->MovePluginWindows(moves);
272 MovePluginWindows( const std::vector<WebPluginGeometry>& moves) argument
H A Drender_widget_host_view_child_frame.cc140 const std::vector<WebPluginGeometry>& moves) {
139 MovePluginWindows( const std::vector<WebPluginGeometry>& moves) argument
H A Drender_widget_host_view_child_frame.h65 const std::vector<WebPluginGeometry>& moves) OVERRIDE;

Completed in 653 milliseconds

12