Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/turbolizer/src/
Drange-view.ts596 const elementForBlockIndex = (index: number, firstInstruction: number, instrCount: number) => {
602 const lastGridCol = firstGridCol + (instrCount * Constants.POSITIONS_PER_INSTRUCTION);
609 const instrCount = this.view.blocksData.blockInstructionCountMap.get(blockIndex); constant
610 headerEl.appendChild(elementForBlockIndex(blockIndex, i, instrCount));
612 i += instrCount;