Home
last modified time | relevance | path

Searched refs:StartNode (Results 1 – 8 of 8) sorted by relevance

/external/compiler-rt/lib/profile/
DInstrProfilingValue.c301 ValueProfNode *StartNode, uint32_t N) { in getNextNValueData() argument
303 ValueProfNode *VNode = StartNode ? StartNode : RTRecord.NodesKind[VK][Site]; in getNextNValueData()
DInstrProfilingInternal.h132 struct ValueProfNode *StartNode,
/external/pdfium/xfa/fxfa/parser/
Dcxfa_startnode.cpp26 XFA_Element::StartNode, in CXFA_StartNode()
Dcxfa_data.cpp16 {XFA_Element::StartNode, 1, 0}, {XFA_Element::OutputXSL, 1, 0},
Delements.inc80 ELEM____(0x27875bb4u, "startNode", StartNode, NodeWithDesc)
Dcxfa_node.cpp5303 case XFA_Element::StartNode: in Create()
/external/v8/src/compiler/
Dcommon-operator.h596 class StartNode final : public CommonNodeWrapperBase {
598 explicit constexpr StartNode(Node* node) : CommonNodeWrapperBase(node) { in StartNode() function
Dbytecode-graph-builder.cc1183 int start_output_arity = StartNode::OutputArityForFormalParameterCount( in CreateGraph()