Home
last modified time | relevance | path

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

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