Home
last modified time | relevance | path

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

/external/valgrind/main/callgrind/
Dcontext.c251 if ( ((cxt = (*fn)->last_cxt) != 0) && is_cxt(hash, fn, cxt)) { in CLG_()
269 (*fn)->last_cxt = cxt; in CLG_()
Dfn.c342 fn->last_cxt = 0; in new_fn_node()
Dglobal.h427 Context* last_cxt; /* LRU info */ member