Home
last modified time | relevance | path

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

/external/llvm/utils/yaml-bench/
DYAMLBench.cpp80 static void dumpNode( yaml::Node *n in dumpNode() function
99 dumpNode(i, Indent); in dumpNode()
110 dumpNode(i->getKey(), Indent, true); in dumpNode()
113 dumpNode(i->getValue(), Indent, true); in dumpNode()
132 dumpNode(n); in dumpStream()
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPNode.java478 public String dumpNode(boolean recursive)
481 this.dumpNode(result, recursive, 0, 0);
702 private void dumpNode(StringBuffer result, boolean recursive, int indent, int index)
778 qualifier.dumpNode(result, recursive, indent + 2, i + 1);
794 child.dumpNode(result, recursive, indent + 1, i + 1);
DXMPMetaImpl.java1248 return getRoot().dumpNode(true);
/external/chromium_org/chrome/common/extensions/docs/examples/api/bookmarks/basic/
Dpopup.js23 list.append(dumpNode(bookmarkNodes[i], query));
27 function dumpNode(bookmarkNode, query) { function
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.h120 void dumpNode(const SUnit *SU) const override;
DScheduleDAGSDNodes.cpp652 void ScheduleDAGSDNodes::dumpNode(const SUnit *SU) const { in dumpNode() function in ScheduleDAGSDNodes
/external/llvm/include/llvm/CodeGen/
DScheduleDAGInstrs.h233 void dumpNode(const SUnit *SU) const override;
DScheduleDAG.h589 virtual void dumpNode(const SUnit *SU) const = 0;
/external/llvm/lib/CodeGen/
DScoreboardHazardRecognizer.cpp167 DEBUG(DAG->dumpNode(SU)); in getHazardType()
DScheduleDAG.cpp319 G->dumpNode(this); in dump()
DScheduleDAGInstrs.cpp1193 void ScheduleDAGInstrs::dumpNode(const SUnit *SU) const { in dumpNode() function in ScheduleDAGInstrs
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/heap_snapshot_worker/
DHeapSnapshot.js1532 var dumpNode = this.rootNode();
1538 dumpNode.nodeIndex = i * nodeFieldCount;
1539 console.log(JSON.stringify(dumpNode.serialize()));
1540 …for (var retainers = dumpNode.retainers(); retainers.hasNext(); retainers = retainers.item().node(…
/external/llvm/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp184 DEBUG(DAG->dumpNode(SU)); in EmitInstruction()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMDefaultBase.java790 public String dumpNode(int nodeHandle) in dumpNode() method in DTMDefaultBase