Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/regexp/
Dregexp-compiler.cc1774 QuickCheckDetails::Position* other_pos = other->positions(i); in Merge() local
1775 if (pos->mask != other_pos->mask || pos->value != other_pos->value || in Merge()
1776 !other_pos->determines_perfectly) { in Merge()
1781 pos->mask &= other_pos->mask; in Merge()
1783 other_pos->value &= pos->mask; in Merge()
1784 uint32_t differing_bits = (pos->value ^ other_pos->value); in Merge()
/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.cc688 UsePosition* other_pos = other->first_pos(); in ShouldBeAllocatedBefore() local
690 if (pos == other_pos) return TopLevel()->vreg() < other->TopLevel()->vreg(); in ShouldBeAllocatedBefore()
692 if (other_pos == nullptr) return true; in ShouldBeAllocatedBefore()
694 if (pos->pos() == other_pos->pos()) in ShouldBeAllocatedBefore()
696 return pos->pos() < other_pos->pos(); in ShouldBeAllocatedBefore()