Home
last modified time | relevance | path

Searched refs:other_pos (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/regexp/
Djsregexp.cc2672 QuickCheckDetails::Position* other_pos = other->positions(i); in Merge() local
2673 if (pos->mask != other_pos->mask || in Merge()
2674 pos->value != other_pos->value || in Merge()
2675 !other_pos->determines_perfectly) { in Merge()
2680 pos->mask &= other_pos->mask; in Merge()
2682 other_pos->value &= pos->mask; in Merge()
2683 uc16 differing_bits = (pos->value ^ other_pos->value); in Merge()
/external/v8/src/compiler/
Dregister-allocator.cc735 UsePosition* other_pos = other->first_pos(); in ShouldBeAllocatedBefore() local
736 if (other_pos == nullptr) return true; in ShouldBeAllocatedBefore()
737 return pos->pos() < other_pos->pos(); in ShouldBeAllocatedBefore()