Home | History | Annotate | Download | only in callgrind

Lines Matching full:fn_node

46   s->bottom = (fn_node**) CLG_MALLOC("cl.context.ifs.1",
47 s->size * sizeof(fn_node*));
140 static UWord cxt_hash_val(fn_node** fn, UInt size)
154 static Bool is_cxt(UWord hash, fn_node** fn, Context* cxt)
157 fn_node** cxt_fn;
175 static Context* new_cxt(fn_node** fn)
181 fn_node* top_fn;
197 sizeof(Context)+sizeof(fn_node*)*size);
235 Context* CLG_(get_cxt)(fn_node** fn)
281 void CLG_(push_cxt)(fn_node* fn)
305 fn_node** new_array = (fn_node**) CLG_MALLOC("cl.context.pc.1",
306 new_size * sizeof(fn_node*));