Searched refs:NodeState (Results 1 – 2 of 2) sorted by relevance
98 struct NodeState { struct99 NodeState(const uint8_t *Ptr);112 using NodeList = SmallVector<NodeState, 16>; argument
2985 ExportEntry::NodeState::NodeState(const uint8_t *Ptr) in NodeState() function in ExportEntry::NodeState2991 NodeState State(Ptr); in pushNode()3129 NodeState &Top = Stack.back(); in pushDownUntilBottom()3152 for (const NodeState &node : nodes()) { in pushDownUntilBottom()3203 NodeState &Top = Stack.back(); in moveNext()