Home
last modified time | relevance | path

Searched refs:rec_index (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/callgrind/
Ddump.c123 p->rec_index = 0; in init_fpos()
188 Context* cxt, int rec_index) in print_mangled_fn() argument
198 if (cxt_dumped[cxt->base_number+rec_index]) { in print_mangled_fn()
200 tag, cxt->base_number + rec_index); in print_mangled_fn()
217 if ((last == cxt) && (rec_index == 0)) return; in print_mangled_fn()
220 cxt->base_number + rec_index, in print_mangled_fn()
222 if (rec_index >0) in print_mangled_fn()
223 VG_(fprintf)(fp, "'%d", rec_index +1); in print_mangled_fn()
229 cxt_dumped[cxt->base_number+rec_index] = True; in print_mangled_fn()
237 if (cxt_dumped[cxt->base_number+rec_index]) { in print_mangled_fn()
[all …]
Dbbcc.c92 bbcc->cxt->base_number + bbcc->rec_index, in CLG_()
94 bbcc->rec_index); in CLG_()
341 static HChar* mangled_cxt(const Context* cxt, Int rec_index) in mangled_cxt() argument
354 if (rec_index >0) in mangled_cxt()
355 p += VG_(sprintf)(mangled+p, "'%d", rec_index +1); in mangled_cxt()
375 static BBCC* clone_bbcc(BBCC* orig, Context* cxt, Int rec_index) in clone_bbcc() argument
380 bb_addr(orig->bb), rec_index, cxt->fn[0]->name); in clone_bbcc()
384 if (rec_index == 0) { in clone_bbcc()
390 bbcc->rec_index = 0; in clone_bbcc()
403 CLG_ASSERT(cxt->fn[0]->separate_recursions > rec_index); in clone_bbcc()
[all …]
Ddebug.c58 void print_mangled_cxt(Context* cxt, int rec_index) in print_mangled_cxt() argument
66 if (rec_index >0) in print_mangled_cxt()
67 VG_(printf)("'%d", rec_index +1); in print_mangled_cxt()
75 void CLG_(print_cxt)(Int s, Context* cxt, int rec_index) in CLG_()
84 CLG_ASSERT(rec_index < cxt->fn[0]->separate_recursions); in CLG_()
86 VG_(printf)("Cxt %u" ,cxt->base_number + rec_index); in CLG_()
90 print_mangled_cxt(cxt, rec_index); in CLG_()
135 CLG_(print_cxt)(s+8, bbcc->cxt, bbcc->rec_index); in CLG_()
310 bbcc->cxt->base_number+bbcc->rec_index); in CLG_()
311 print_mangled_cxt(bbcc->cxt, bbcc->rec_index); in CLG_()
[all …]
Dglobal.h366 UInt rec_index; /* Recursion index in rec->bbcc for this bbcc */ member
616 int rec_index; member
728 BBCC* CLG_(clone_bbcc)(BBCC* orig, Context* cxt, Int rec_index);
842 void CLG_(print_cxt)(int s, Context* cxt, int rec_index);