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

  /external/valgrind/callgrind/
context.c 228 Context* CLG_(get_cxt)(fn_node** fn) function
239 CLG_DEBUG(5, "+ get_cxt(fn '%s'): size %u\n",
245 CLG_DEBUG(5, "- get_cxt: %p\n", cxt);
264 CLG_DEBUG(5, "- get_cxt: %p\n", cxt);
324 CLG_(current_state).cxt = CLG_(get_cxt)(CLG_(current_fn_stack).top);
global.h 754 Context* CLG_(get_cxt)(fn_node** fn);
fn.c 563 fn->pure_cxt = CLG_(get_cxt)(pure+1);

Completed in 394 milliseconds