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

/external/v8/src/compiler/
H A Dregister-allocator.cc129 class LiveRangeBoundArray { class in namespace:v8::internal::compiler
131 LiveRangeBoundArray() : length_(0), start_(nullptr) {} function in class:v8::internal::compiler::LiveRangeBoundArray
207 DISALLOW_COPY_AND_ASSIGN(LiveRangeBoundArray);
216 bounds_(zone->NewArray<LiveRangeBoundArray>(bounds_length_)),
219 new (&bounds_[i]) LiveRangeBoundArray();
223 LiveRangeBoundArray* ArrayFor(int operand_index) {
227 LiveRangeBoundArray* array = &bounds_[operand_index];
237 LiveRangeBoundArray* const bounds_;
3760 LiveRangeBoundArray* array = finder.ArrayFor(vreg);
3944 TopLevelLiveRange* range, LiveRangeBoundArray* arra
[all...]

Completed in 147 milliseconds