Home
last modified time | relevance | path

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

/external/valgrind/callgrind/
Dcosts.h55 ULong* CLG_(get_costarray)(Int size);
Dcosts.c40 ULong* CLG_(get_costarray)(Int size) in CLG_() argument
Devents.c191 return CLG_(get_costarray)(es->size); in CLG_()
Dbbcc.c282 bbcc->cost = CLG_(get_costarray)(bb->cost_count); in new_bbcc()