Searched defs:StackElem (Results 1 – 2 of 2) sorted by relevance
826 struct StackElem { in FindPathFromRoot() struct827 ObjectTable::RowReference node; // Node in the original graph. in FindPathFromRoot()828 size_t parent_id; // id of parent node in the result tree. in FindPathFromRoot()829 size_t i; // Index of the next child of this node to handle. in FindPathFromRoot()830 uint32_t depth; // Depth in the resulting tree in FindPathFromRoot()832 std::vector<ObjectTable::Id> children; in FindPathFromRoot()
683 auto StackElem = CallStack.top(); in HasPreserveFieldInfoCall() local723 auto StackElem = CallStack.top(); in computeBaseAndAccessKey() local802 auto StackElem = CallStack.top(); in computeBaseAndAccessKey() local