Searched refs:bounds_ (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/ | ||
H A D | register-allocator.cc | 127 bounds_(zone->NewArray<LiveRangeBoundArray>(bounds_length_)), in LiveRangeFinder() 130 new (&bounds_[i]) LiveRangeBoundArray(); in LiveRangeFinder() 139 LiveRangeBoundArray* array = &bounds_[operand_index]; in ArrayFor() |
H A D | register-allocator.h | 1171 LiveRangeBoundArray* const bounds_; member in v8::internal::compiler::RegisterAllocationFlag::LiveRange::LiveRangeFinder |
Completed in 12 milliseconds