Searched refs:splinter_temp (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/compiler/ |
D | register-allocator.cc | 921 TopLevelLiveRange splinter_temp(-1, representation()); in Splinter() local 930 DetachAt(start, &splinter_temp, zone, ConnectHints); in Splinter() 937 UsePosition* last = DetachAt(start, &splinter_temp, zone, ConnectHints); in Splinter() 944 splinter_temp.DetachAt(end, &end_part, zone, DoNotConnectHints); in Splinter() 963 splinter()->first_interval_ = splinter_temp.first_interval_; in Splinter() 964 splinter()->last_interval_ = splinter_temp.last_interval_; in Splinter() 966 splinter()->last_interval_->set_next(splinter_temp.first_interval_); in Splinter() 967 splinter()->last_interval_ = splinter_temp.last_interval_; in Splinter() 970 splinter()->first_pos_ = splinter_temp.first_pos_; in Splinter() 972 splinter()->last_pos_->set_next(splinter_temp.first_pos_); in Splinter()
|