Lines Matching refs:appendChild
60 this.container.appendChild(this.divNode);
61 this.container.getElementsByClassName("graph-toolbox")[0].appendChild(this.toggleRangeViewEl);
136 container.appendChild(span);
171 instNodeEl.appendChild(instId);
174 instNodeEl.appendChild(instContentsEl);
185 moveEl.appendChild(destinationEl);
187 moveEl.appendChild(assignEl);
189 moveEl.appendChild(sourceEl);
190 moves.appendChild(moveEl);
192 gapEl.appendChild(moves);
195 instContentsEl.appendChild(gapEl);
199 instContentsEl.appendChild(instEl);
205 outputs.appendChild(outputEl);
207 instEl.appendChild(outputs);
209 instEl.appendChild(assignEl);
220 instEl.appendChild(instLabel);
226 inputs.appendChild(inputEl);
228 instEl.appendChild(inputs);
235 temps.appendChild(tempEl);
237 instEl.appendChild(temps);
248 sequenceBlock.appendChild(blockId);
253 blockPred.appendChild(predEl);
255 if (block.predecessors.length > 0) sequenceBlock.appendChild(blockPred);
257 sequenceBlock.appendChild(phis);
260 phis.appendChild(phiLabel);
263 phis.appendChild(phiContents);
267 phiContents.appendChild(phiEl);
270 phiEl.appendChild(outputEl);
273 phiEl.appendChild(assignEl);
277 phiEl.appendChild(inputEl);
283 instructions.appendChild(elementForInstruction(instruction, this.searchInfo));
285 sequenceBlock.appendChild(instructions);
290 blockSucc.appendChild(succEl);
292 if (block.successors.length > 0) sequenceBlock.appendChild(blockSucc);
300 this.divNode.appendChild(blockEl);