Home
last modified time | relevance | path

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

/external/v8/src/
Djsregexp.cc2123 QuickCheckDetails::Position* other_pos = other->positions(i); in Merge() local
2124 if (pos->mask != other_pos->mask || in Merge()
2125 pos->value != other_pos->value || in Merge()
2126 !other_pos->determines_perfectly) { in Merge()
2131 pos->mask &= other_pos->mask; in Merge()
2133 other_pos->value &= pos->mask; in Merge()
2134 uc16 differing_bits = (pos->value ^ other_pos->value); in Merge()
Dlithium-allocator.cc371 UsePosition* other_pos = other->first_pos(); in ShouldBeAllocatedBefore() local
372 if (other_pos == NULL) return true; in ShouldBeAllocatedBefore()
373 return pos->pos().Value() < other_pos->pos().Value(); in ShouldBeAllocatedBefore()