HomeSort by relevance Sort by last modified time
    Searched refs:get_cxt (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/callgrind/
context.c 235 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);
global.h 794 Context* CLG_(get_cxt)(fn_node** fn);
fn.c 563 fn->pure_cxt = CLG_(get_cxt)(pure+1);

Completed in 284 milliseconds