Searched defs:ShouldBeAllocatedBefore (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dlithium-allocator.cc365 bool LiveRange::ShouldBeAllocatedBefore(const LiveRange* other) const { function in class:v8::internal::LiveRange
1650 if (range->ShouldBeAllocatedBefore(cur_range)) {
1672 ASSERT(!(*a)->ShouldBeAllocatedBefore(*b) ||
1673 !(*b)->ShouldBeAllocatedBefore(*a));
1674 if ((*a)->ShouldBeAllocatedBefore(*b)) return 1;
1675 if ((*b)->ShouldBeAllocatedBefore(*a)) return -1;

Completed in 120 milliseconds