ShouldBeAllocatedBefore 1651 src/lithium-allocator.cc if (range->ShouldBeAllocatedBefore(cur_range)) { ShouldBeAllocatedBefore 1673 src/lithium-allocator.cc ASSERT(!(*a)->ShouldBeAllocatedBefore(*b) || ShouldBeAllocatedBefore 1674 src/lithium-allocator.cc !(*b)->ShouldBeAllocatedBefore(*a)); ShouldBeAllocatedBefore 1675 src/lithium-allocator.cc if ((*a)->ShouldBeAllocatedBefore(*b)) return 1; ShouldBeAllocatedBefore 1676 src/lithium-allocator.cc if ((*b)->ShouldBeAllocatedBefore(*a)) return -1; ShouldBeAllocatedBefore 354 src/lithium-allocator.h bool ShouldBeAllocatedBefore(const LiveRange* other) const;