Searched refs:timevar_stack_def (Results 1 – 2 of 2) sorted by relevance
155 struct timevar_stack_def struct161 struct timevar_stack_def *next; argument169 static struct timevar_stack_def *stack;173 static struct timevar_stack_def *unused_stack_instances;267 struct timevar_stack_def *context; in timevar_push_1()296 context = XNEW (struct timevar_stack_def); in timevar_push_1()314 struct timevar_stack_def *popped = stack; in timevar_pop_1()
20525 (timevar_push): Take a timevar_stack_def from20527 (timevar_pop): Push the popped timevar_stack_def onto