Searched defs:get_cxt (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/callgrind/
H A Dcontext.c235 Context* CLG_(get_cxt)(fn_node** fn) function
246 CLG_DEBUG(5, "+ get_cxt(fn '%s'): size %d\n",
252 CLG_DEBUG(5, "- get_cxt: %p\n", cxt);
271 CLG_DEBUG(5, "- get_cxt: %p\n", cxt);
331 CLG_(current_state).cxt = CLG_(get_cxt)(CLG_(current_fn_stack).top);

Completed in 101 milliseconds