Home
last modified time | relevance | path

Searched refs:source_bbcc (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/callgrind/
Dbbcc.c490 BBCC* source_bbcc; in handleUnderflow() local
503 source_bbcc = CLG_(get_bbcc)(source_bb); in handleUnderflow()
507 source_bbcc->ecounter_sum = CLG_(current_state).collect ? 1 : 0; in handleUnderflow()
510 source_bbcc->ecounter_sum++; in handleUnderflow()
520 source_bbcc->rec_array = new_recursion(caller->separate_recursions); in handleUnderflow()
521 source_bbcc->rec_array[0] = source_bbcc; in handleUnderflow()
523 CLG_ASSERT(source_bbcc->cxt == 0); in handleUnderflow()
524 source_bbcc->cxt = CLG_(current_state).cxt; in handleUnderflow()
525 insert_bbcc_into_hash(source_bbcc); in handleUnderflow()
541 CLG_(push_call_stack)(source_bbcc, 0, CLG_(current_state).bbcc, in handleUnderflow()