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/
H A Dregexp-compiler.cc1774 QuickCheckDetails::Position* other_pos = other->positions(i);
1775 if (pos->mask != other_pos->mask || pos->value != other_pos->value ||
1776 !other_pos->determines_perfectly) {
1781 pos->mask &= other_pos->mask;
1783 other_pos->value &= pos->mask;
1784 uint32_t differing_bits = (pos->value ^ other_pos->value);
/third_party/node/deps/v8/src/compiler/backend/
H A 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()

Completed in 19 milliseconds