Home | History | Annotate | Download | only in exp-sgcheck

Lines Matching full:interval

86    first interval is lower, 1 if the first interval is higher, and 0
460 // Interval tree of StackTreeBlock //
464 /* A node in a stack interval tree. Zero length intervals (.szB == 0)
467 A stack interval tree is a (WordFM StackTreeNode* void). There is
468 one stack interval tree for each thread.
492 /* Interval comparison function for StackTreeNode */
557 /* The interval can't already be there; else we have
579 /* The interval must be there; we added it earlier when
614 // Interval tree of GlobalTreeBlock //
618 /* A node in a global interval tree. Zero length intervals
621 A global interval tree is a (WordFM GlobalTreeNode* void). There
622 is one global interval tree for the entire process.
656 /* Interval comparison function for GlobalTreeNode */
734 /* The interval can't already be there; else we have
827 /* Pointer to a node in the interval tree for
832 /* Pointer to a GlobalBlock in the interval tree of
1039 * an stack block interval tree
1048 /* Additionally, there is one global variable interval tree
1569 interval tree to find out. */
1629 interval trees into which [ea,ea+szB) falls. This is
2004 thread's stack-interval-tree, the blocks added at the time of
2016 /* That completes the required tidying of the interval tree
2442 /* get rid of the interval tree */
2466 /* and set up the child's stack block interval tree. */