Home
last modified time | relevance | path

Searched refs:LiveRangeBoundArray (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/compiler/
Dregister-allocator.cc3220 class LiveRangeBoundArray { class
3222 LiveRangeBoundArray() : length_(0), start_(nullptr) {} in LiveRangeBoundArray() function in v8::internal::compiler::__anon17341dd60211::LiveRangeBoundArray
3299 DISALLOW_COPY_AND_ASSIGN(LiveRangeBoundArray);
3308 bounds_(zone->NewArray<LiveRangeBoundArray>(bounds_length_)), in LiveRangeFinder()
3311 new (&bounds_[i]) LiveRangeBoundArray(); in LiveRangeFinder()
3315 LiveRangeBoundArray* ArrayFor(int operand_index) { in ArrayFor()
3319 LiveRangeBoundArray* array = &bounds_[operand_index]; in ArrayFor()
3329 LiveRangeBoundArray* const bounds_;
3376 LiveRangeBoundArray* array = finder.ArrayFor(iterator.Current()); in ResolveControlFlow()