Searched defs:StackElem (Results 1 – 2 of 2) sorted by relevance
857 struct StackElem { in FindPathFromRoot() struct858 tables::HeapGraphObjectTable::Id node; // Node in the original graph. in FindPathFromRoot()859 size_t parent_id; // id of parent node in the result tree. in FindPathFromRoot()860 size_t i; // Index of the next child of this node to handle. in FindPathFromRoot()861 uint32_t depth; // Depth in the resulting tree in FindPathFromRoot()863 std::vector<tables::HeapGraphObjectTable::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