Lines Matching refs:appendChild
95 nodeEl.appendChild(instrMarker);
100 nodeEl.appendChild(nodeId);
102 nodeEl.appendChild(nodeLabel);
107 nodeParameters.appendChild(paramEl);
111 nodeEl.appendChild(nodeParameters);
134 scheduleBlock.appendChild(instrMarker);
138 scheduleBlock.appendChild(blockId);
143 blockPred.appendChild(predEl);
145 if (block.pred.length) scheduleBlock.appendChild(blockPred);
148 nodes.appendChild(createElementForNode(node));
150 scheduleBlock.appendChild(nodes);
155 blockSucc.appendChild(succEl);
157 if (block.succ.length) scheduleBlock.appendChild(blockSucc);
165 this.divNode.appendChild(blockEl);