Home
last modified time | relevance | path

Searched refs:bounds_length_ (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.cc126 bounds_length_(static_cast<int>(data_->live_ranges().size())), in LiveRangeFinder()
127 bounds_(zone->NewArray<LiveRangeBoundArray>(bounds_length_)), in LiveRangeFinder()
129 for (int i = 0; i < bounds_length_; ++i) { in LiveRangeFinder()
135 DCHECK(operand_index < bounds_length_); in ArrayFor()
H A Dregister-allocator.h1170 const int bounds_length_; member in v8::internal::compiler::RegisterAllocationFlag::LiveRange::LiveRangeFinder

Completed in 12 milliseconds