Home
last modified time | relevance | path

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

/external/valgrind/callgrind/
Dcontext.c244 if ( ((cxt = (*fn)->last_cxt) != 0) && is_cxt(hash, fn, cxt)) { in CLG_()
262 (*fn)->last_cxt = cxt; in CLG_()
Dfn.c350 fn->last_cxt = 0; in new_fn_node()
Dglobal.h394 Context* last_cxt; /* LRU info */ member