Home
last modified time | relevance | path

Searched refs:GapFromInstructionIndex (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.cc94 LifetimePosition succ_start = LifetimePosition::GapFromInstructionIndex( in FindSucc()
106 LifetimePosition cur_start = LifetimePosition::GapFromInstructionIndex( in FindConnectableSubranges()
1083 LifetimePosition start_pos = LifetimePosition::GapFromInstructionIndex( in PrintBlockRow()
1085 LifetimePosition end_pos = LifetimePosition::GapFromInstructionIndex( in PrintBlockRow()
1925 LifetimePosition start = LifetimePosition::GapFromInstructionIndex( in AddInitialIntervals()
2120 LifetimePosition::GapFromInstructionIndex(block_start); in ProcessInstructions()
2160 Define(LifetimePosition::GapFromInstructionIndex(index), output, in ProcessInstructions()
2463 LifetimePosition block_start = LifetimePosition::GapFromInstructionIndex( in ProcessPhis()
2477 LifetimePosition start = LifetimePosition::GapFromInstructionIndex( in ProcessLoopHeader()
2479 LifetimePosition end = LifetimePosition::GapFromInstructionIndex( in ProcessLoopHeader()
[all …]
Dregister-allocator.h44 static LifetimePosition GapFromInstructionIndex(int index) { in GapFromInstructionIndex() function
/third_party/node/deps/v8/src/compiler/
Dgraph-visualizer.cc612 LifetimePosition::GapFromInstructionIndex(first_index).value()); in PrintSchedule()