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

  /external/v8/src/compiler/
register-allocator.cc 149 class LiveRangeBoundArray {
151 LiveRangeBoundArray() : length_(0), start_(nullptr) {}
227 DISALLOW_COPY_AND_ASSIGN(LiveRangeBoundArray);
236 bounds_(zone->NewArray<LiveRangeBoundArray>(bounds_length_)),
239 new (&bounds_[i]) LiveRangeBoundArray();
243 LiveRangeBoundArray* ArrayFor(int operand_index) {
247 LiveRangeBoundArray* array = &bounds_[operand_index];
257 LiveRangeBoundArray* const bounds_;
    [all...]
register-allocator.h     [all...]

Completed in 131 milliseconds