HomeSort by relevance Sort by last modified time
    Searched refs:live_ranges_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
lithium-allocator.h 450 const ZoneList<LiveRange*>* live_ranges() const { return &live_ranges_; }
607 ZoneList<LiveRange*> live_ranges_; member in class:v8::internal::BASE_EMBEDDED
lithium-allocator.cc 537 live_ranges_(num_values * 2),
667 if (index >= live_ranges_.length()) {
668 live_ranges_.AddBlock(NULL, index - live_ranges_.length() + 1);
670 LiveRange* result = live_ranges_[index];
673 live_ranges_[index] = result;
    [all...]

Completed in 42 milliseconds