Searched refs:instrCount (Results 1 – 1 of 1) sorted by relevance
596 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); constant610 headerEl.appendChild(elementForBlockIndex(blockIndex, i, instrCount));612 i += instrCount;