Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dlithium-allocator.cc349 UsePosition* other_pos = other->first_pos(); in ShouldBeAllocatedBefore() local
350 if (other_pos == NULL) return true; in ShouldBeAllocatedBefore()
351 return pos->pos().Value() < other_pos->pos().Value(); in ShouldBeAllocatedBefore()
/external/v8/src/regexp/
Djsregexp.cc2736 QuickCheckDetails::Position* other_pos = other->positions(i); in Merge() local
2737 if (pos->mask != other_pos->mask || in Merge()
2738 pos->value != other_pos->value || in Merge()
2739 !other_pos->determines_perfectly) { in Merge()
2744 pos->mask &= other_pos->mask; in Merge()
2746 other_pos->value &= pos->mask; in Merge()
2747 uc16 differing_bits = (pos->value ^ other_pos->value); in Merge()
/external/v8/src/compiler/
Dregister-allocator.cc737 UsePosition* other_pos = other->first_pos(); in ShouldBeAllocatedBefore() local
738 if (other_pos == nullptr) return true; in ShouldBeAllocatedBefore()
739 return pos->pos() < other_pos->pos(); in ShouldBeAllocatedBefore()