Home
last modified time | relevance | path

Searched refs:LifetimePosition (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator.h40 class LifetimePosition final {
44 static LifetimePosition GapFromInstructionIndex(int index) { in GapFromInstructionIndex()
45 return LifetimePosition(index * kStep); in GapFromInstructionIndex()
49 static LifetimePosition InstructionFromInstructionIndex(int index) { in InstructionFromInstructionIndex()
50 return LifetimePosition(index * kStep + kHalfStep); in InstructionFromInstructionIndex()
53 static bool ExistsGapPositionBetween(LifetimePosition pos1, in ExistsGapPositionBetween()
54 LifetimePosition pos2) { in ExistsGapPositionBetween()
56 LifetimePosition next(pos1.value_ + 1); in ExistsGapPositionBetween()
82 LifetimePosition Start() const { in Start()
84 return LifetimePosition(value in Start()
120 LifetimePosition() : value_(-1) {} LifetimePosition() function in v8::internal::compiler::final
171 explicit LifetimePosition(int value) : value_(value) {} LifetimePosition() function in v8::internal::compiler::final
[all...]
H A Dregister-allocator.cc45 LifetimePosition pos) { in GetInstructionBlock()
70 const LifetimePosition position) const { in Find()
88 LifetimePosition pred_end = LifetimePosition::InstructionFromInstructionIndex(
94 LifetimePosition succ_start = LifetimePosition::GapFromInstructionIndex( in FindSucc()
102 LifetimePosition pred_end = LifetimePosition::InstructionFromInstructionIndex( in FindConnectableSubranges()
106 LifetimePosition cur_start = LifetimePosition in FindConnectableSubranges()
[all...]
H A Dspill-placer.cc72 LifetimePosition end = interval->end(); in Add()
469 LifetimePosition pred_end = LifetimePosition::InstructionFromInstructionIndex( in CommitSpill()
/third_party/node/deps/v8/src/compiler/
H A Dgraph-visualizer.cc612 LifetimePosition::GapFromInstructionIndex(first_index).value()); in PrintSchedule()
614 LifetimePosition::InstructionFromInstructionIndex( in PrintSchedule()

Completed in 9 milliseconds