Home | History | Annotate | Download | only in src

Lines Matching full:duplicate

685   // Ignore commands marked as duplicate and act on the first non-duplicate.
688 while (opcode == Translation::DUPLICATE) {
699 case Translation::DUPLICATE:
876 bool duplicate = (opcode == Translation::DUPLICATE);
877 if (duplicate) {
886 case Translation::DUPLICATE:
1037 if (!duplicate) *input_offset -= kPointerSize;
1404 buffer_->Add(DUPLICATE);
1411 case DUPLICATE:
1461 case DUPLICATE:
1462 return "DUPLICATE";
1511 case Translation::DUPLICATE: