HomeSort by relevance Sort by last modified time
    Searched full:fn_node (Results 1 - 10 of 10) sorted by null

  /external/valgrind/main/callgrind/
context.c 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
    [all...]
fn.c 333 fn_node* new_fn_node(Char fnname[FILENAME_LEN],
334 file_node* file, fn_node* next)
336 fn_node* fn = (fn_node*) CLG_MALLOC("cl.fn.nfnnd.1",
337 sizeof(fn_node));
376 fn_node* get_fn_node_infile(file_node* curr_file_node,
379 fn_node* curr_fn_node;
405 fn_node* get_fn_node_inseg(DebugInfo* di,
411 fn_node *fn = get_fn_node_infile(file, fnname);
489 fn_node* CLG_(get_fn_node)(BB* bb
    [all...]
global.h 222 typedef struct _fn_node fn_node; typedef in typeref:struct:_fn_node
317 fn_node* fn; /* debug info for this BB */
358 fn_node* fn[0];
413 /* the <number> of fn_node, file_node and obj_node are for compressed dumping
423 fn_node* next;
453 fn_node* fns[N_FN_ENTRIES];
573 fn_node **bottom, **top;
639 fn_node* fn;
707 void CLG_(update_fn_config)(fn_node*);
753 fn_node* CLG_(get_fn_node)(BB* bb)
    [all...]
callstack.c 117 static void function_entered(fn_node* fn)
150 static void function_left(fn_node* fn)
204 fn_node* to_fn = to->cxt->fn[0];
330 fn_node* to_fn = jcc->to->cxt->fn[0];
clo.c 318 static void update_fn_config1(fn_node* fn, fn_config* fnc)
357 static void update_fn_config2(fn_node* fn, Char* name, config_node* node)
396 void CLG_(update_fn_config)(fn_node* fn)
dump.c 234 static void print_fn(Int fd, Char* buf, Char* tag, fn_node* fn)
356 fn_node* last_from = (last->cxt && last->cxt->size >1) ?
358 fn_node* curr_from = (bbcc->cxt->size >1) ?
966 fn_node* ffn1 = cxt1->fn[off];
967 fn_node* ffn2 = cxt2->fn[off];
    [all...]
bbcc.c 484 fn_node* caller;
808 fn_node* top = *(CLG_(current_fn_stack).top);
  /external/bluetooth/glib/gio/fen/
fen-data.c 274 if (FN_NODE(data) && !IS_TOPNODE(FN_NODE(data))) {
275 return node_get_data (FN_NODE(data)->parent);
283 if (FN_NODE(data)) {
284 return (FN_NODE(data)->parent);
296 FN_NODE(f) = node;
403 children_num (FN_NODE(f)) > 0 ||
415 g_assert (IS_TOPNODE(FN_NODE(f)));
420 pending_remove_node (FN_NODE(f), &op);
422 remove_node (FN_NODE(f), &op)
    [all...]
fen-data.h 36 #define FN_NODE(fp) (((fdata*)(fp))->node)
  /external/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 140 METADATA_FN_NODE = 9, // FN_NODE: [n x (type num, value num)]

Completed in 246 milliseconds