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

/external/v8/src/compiler/
H A Dregister-allocator.cc102 class LiveRangeBound { class in namespace:v8::internal::compiler
104 explicit LiveRangeBound(LiveRange* range, bool skip) function in class:v8::internal::compiler::LiveRangeBound
119 DISALLOW_COPY_AND_ASSIGN(LiveRangeBound);
138 start_ = zone->NewArray<LiveRangeBound>(length_);
139 LiveRangeBound* curr = start_;
144 new (curr) LiveRangeBound(i, i->spilled());
148 LiveRangeBound* Find(const LifetimePosition position) const {
154 LiveRangeBound* bound = &start_[current_index];
165 LiveRangeBound* FindPred(const InstructionBlock* pred) {
172 LiveRangeBound* FindSuc
[all...]

Completed in 70 milliseconds