Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/turbolizer/src/
Drange-view.ts13 static readonly POSITIONS_PER_INSTRUCTION = 4; property in Constants
158 return ((position + 1) % Constants.POSITIONS_PER_INSTRUCTION) == 0;
163 && this.blockBorders.has(Math.floor(position / Constants.POSITIONS_PER_INSTRUCTION));
601 const firstGridCol = (firstInstruction * Constants.POSITIONS_PER_INSTRUCTION) + 1;
602 const lastGridCol = firstGridCol + (instrCount * Constants.POSITIONS_PER_INSTRUCTION);
626 const firstGridCol = (index * Constants.POSITIONS_PER_INSTRUCTION) + 1;
628 + (firstGridCol + Constants.POSITIONS_PER_INSTRUCTION);
887 this.numPositions = this.sequenceView.numInstructions * Constants.POSITIONS_PER_INSTRUCTION;