Searched refs:data_stack (Results 1 – 3 of 3) sorted by relevance
49 self.data_stack = []74 self.cur_file_dict, self.last_line = self.data_stack.pop()80 self.data_stack.append((self.cur_file_dict, self.last_line))116 self.cur_file_dict, self.last_line = self.data_stack.pop()
46 DataStack data_stack; /* Used if we aren't doing concurrency. */ member
68 if (DataStack_init(&self->stats, &self->data_stack) < 0) { in CTracer_init()72 self->pdata_stack = &self->data_stack; in CTracer_init()103 DataStack_dealloc(&self->stats, &self->data_stack); in CTracer_dealloc()259 self->pdata_stack = &self->data_stack; in CTracer_set_pdata_stack()