Lines Matching refs:appendChild
194 this.content.appendChild(this.elementForTitle());
198 this.content.appendChild(this.showOnLoad);
202 this.showOnLoad.appendChild(this.xAxisLabel);
205 this.showOnLoad.appendChild(this.yAxisLabel);
209 this.registerHeaders.appendChild(this.registers);
215 titleBar.appendChild(createElement("div", "", "Live Ranges"));
221 titleEl.appendChild(titleBar);
222 titleEl.appendChild(titleHelp);
370 intervalEl.appendChild(intervalTextEl);
377 intervalInnerWrapper.appendChild(positionEl);
379 intervalEl.appendChild(intervalInnerWrapper);
455 this.view.divs.showOnLoad.appendChild(this.view.divs.wholeHeader);
460 this.view.divs.yAxis.appendChild(this.view.divs.registerHeaders);
465 gridContainer.appendChild(this.view.divs.yAxis);
466 gridContainer.appendChild(this.view.divs.grid);
467 this.view.divs.showOnLoad.appendChild(gridContainer);
488 this.view.divs.grid.appendChild(this.currentPlaceholderGroup);
489 this.view.divs.grid.appendChild(this.currentGroup);
493 this.currentGroup.appendChild(rowEl);
495 .appendChild(createElement("div", "range-positions range-positions-placeholder", "_"));
509 this.view.divs.registers.appendChild(registerEl);
521 this.view.divs.registers.appendChild(registerEl);
543 rowEl.appendChild(positionEl);
548 rowEl.appendChild(interval);
577 this.view.divs.positionHeaders.appendChild(this.elementForBlockHeader());
578 this.view.divs.positionHeaders.appendChild(this.elementForInstructionHeader());
579 this.view.divs.positionHeaders.appendChild(this.elementForPositionHeader());
581 headerEl.appendChild(this.view.divs.positionHeaders);
610 headerEl.appendChild(elementForBlockIndex(blockIndex, i, instrCount));
634 headerEl.appendChild(elementForInstructionIndex(i, blockBorder));
654 headerEl.appendChild(elementForPositionIndex(i, this.view.blocksData.isBlockBorder(i)));
903 this.divs.container.appendChild(this.divs.content);