Home
last modified time | relevance | path

Searched refs:LiveRangeBoundArray (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.h1139 class LiveRangeBoundArray { class in v8::internal::compiler::RegisterAllocationFlag::LiveRange
1141 LiveRangeBoundArray() : length_(0), start_(nullptr) {} in LiveRangeBoundArray() function in v8::internal::compiler::RegisterAllocationFlag::LiveRange::LiveRangeBoundArray
1142 LiveRangeBoundArray(const LiveRangeBoundArray&) = delete;
1143 LiveRangeBoundArray& operator=(const LiveRangeBoundArray&) = delete;
1166 LiveRangeBoundArray* ArrayFor(int operand_index);
1171 LiveRangeBoundArray* const bounds_;
1567 class LiveRangeBoundArray;
1604 LiveRangeBoundArray* arra
[all...]
H A Dregister-allocator.cc56 void LiveRangeBoundArray::Initialize(Zone* zone, TopLevelLiveRange* range) { in Initialize()
69 LiveRangeBound* LiveRangeBoundArray::Find( in Find()
87 LiveRangeBound* LiveRangeBoundArray::FindPred(const InstructionBlock* pred) {
93 LiveRangeBound* LiveRangeBoundArray::FindSucc(const InstructionBlock* succ) { in FindSucc()
99 bool LiveRangeBoundArray::FindConnectableSubranges( in FindConnectableSubranges()
127 bounds_(zone->NewArray<LiveRangeBoundArray>(bounds_length_)), in LiveRangeFinder()
130 new (&bounds_[i]) LiveRangeBoundArray(); in LiveRangeFinder()
134 LiveRangeBoundArray* LiveRangeFinder::ArrayFor(int operand_index) { in ArrayFor()
139 LiveRangeBoundArray* array = &bounds_[operand_index]; in ArrayFor()
4889 LiveRangeBoundArray* arra in ResolveControlFlow()
[all...]
H A Dspill-placer.cc468 LiveRangeBoundArray* array = finder_->ArrayFor(vreg); in CommitSpill()

Completed in 16 milliseconds