Home | History | Annotate | Download | only in callgrind

Lines Matching defs:current_entry

190     call_entry* current_entry;
198 current_entry = &(CLG_(current_call_stack).entry[CLG_(current_call_stack).sp]);
213 CLG_ASSERT(current_entry->cxt != 0);
214 CLG_(copy_cost_lz)( CLG_(sets).full, &(current_entry->enter_cost),
248 current_entry->jcc = jcc;
249 current_entry->sp = sp;
250 current_entry->ret_addr = ret_addr;
251 current_entry->nonskipped = CLG_(current_state).nonskipped;
257 current_entry++;
258 current_entry->cxt = 0;