/external/valgrind/main/callgrind/ |
bbcc.c | 3 /*--- bbcc.c ---*/ 35 /*--- BBCC operations ---*/ 40 /* BBCC table (key is BB/Context), per thread, resizable */ 51 bbccs->table = (BBCC**) CLG_MALLOC("cl.bbcc.ibh.1", 52 bbccs->size * sizeof(BBCC*)); 81 * Zero all costs of a BBCC 83 void CLG_(zero_bbcc)(BBCC* bbcc) 88 CLG_ASSERT(bbcc->cxt != 0) 114 BBCC *bbcc, *bbcc2; local 159 BBCC* bbcc = bb->last_bbcc; local 270 BBCC* bbcc; local 372 BBCC* bbcc; local 439 BBCC* bbcc; local 556 BBCC *bbcc, *last_bbcc; local [all...] |
debug.c | 115 void CLG_(print_bbcc)(int s, BBCC* bbcc) 124 if (!bbcc) { 125 VG_(printf)("BBCC 0x0\n"); 129 bb = bbcc->bb; 135 CLG_(print_cxt)(s+8, bbcc->cxt, bbcc->rec_index); 295 void CLG_(print_bbcc_fn)(BBCC* bbcc) 299 if (!bbcc) { 428 BBCC* bbcc; local [all...] |
dump.c | 331 * Print function position of the BBCC, but only print info differing to 335 static Bool print_fn_pos(int fd, FnPos* last, BBCC* bbcc) 339 CLG_ASSERT(bbcc && bbcc->cxt); 343 CLG_(print_cxt)(16, bbcc->cxt, bbcc->rec_index); 347 if (last->rec_index != bbcc->rec_index) { 348 VG_(sprintf)(outbuf, "rec=%d\n\n", bbcc->rec_index); 350 last->rec_index = bbcc->rec_index 1148 BBCC* bbcc; local 1176 BBCC* bbcc; local [all...] |
jumps.c | 79 static UInt jcc_hash_idx(BBCC* from, UInt jmp, BBCC* to, UInt size) 137 /* new jCC structure: a call was done to a BB of a BBCC 140 static jCC* new_jcc(BBCC* from, UInt jmp, BBCC* to) 159 /* insert into JCC chain of calling BBCC. 189 /* get the jCC for a call arc (BBCC->BBCC) */ 190 jCC* CLG_(get_jcc)(BBCC* from, UInt jmp, BBCC* to [all...] |
global.h | 215 typedef struct _BBCC BBCC; 247 * this call is a pointer to the list head (stored in BBCC), and 266 jCC* next_from; /* next JCC from a BBCC */ 267 BBCC *from, *to; /* call arc from/to this BBCC */ 312 * multiple cost centers for one BB (struct BBCC) exist and the according 313 * BBCC is set by setup_bbcc. 328 BBCC* bbcc_list; /* BBCCs for same BB (see next_bbcc in BBCC) */ 329 BBCC* last_bbcc; /* Temporary: Cached for faster access (LRU) * 528 BBCC* bbcc; \/* last BB executed *\/ member in struct:_exec_state [all...] |
threads.c | 317 es->bbcc = 0; 416 es->bbcc = CLG_(current_state).bbcc; 423 CLG_(print_bbcc)(-9, es->bbcc); 441 CLG_(current_state).bbcc = es->bbcc; 449 CLG_(print_bbcc)(-9, es->bbcc);
|
Makefile.in | 74 callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@-bbcc.$(OBJEXT) \ 90 am__callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@_SOURCES_DIST = bb.c bbcc.c \ 94 callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@-bbcc.$(OBJEXT) \ 655 bbcc.c \ 810 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callgrind_@VGCONF_ARCH_PRI@_@VGCONF_OS@-bbcc.Po@am__quote@ 824 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/callgrind_@VGCONF_ARCH_SEC@_@VGCONF_OS@-bbcc.Po@am__quote@ [all...] |
callstack.c | 186 void CLG_(push_call_stack)(BBCC* from, UInt jmp, BBCC* to, Addr sp, Bool skip) 352 * the ret_counter is used to check if a BBCC dump is needed.
|
Makefile.am | 35 bbcc.c \
|
main.c | 920 * - current_bbcc has a pointer to the BBCC of the last executed BB 933 * set current_bbcc to BBCC that gets the costs for this BB execution [all...] |
bb.c | 331 CLG_DEBUG(3, " delete_bb (Obj %s, off %#lx): %p, BBCC head: %p\n",
|
sim.c | [all...] |
/external/valgrind/main/none/tests/amd64/ |
pcmpstr64w.stdout.exp | 189 istri 45 aaaabbbbccccdddd 000000000000bbcc -> 00800008 00800008
|
pcmpstr64w.c | [all...] |
/external/valgrind/main/ |
Android.mk | 396 callgrind/bbcc.c \
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/ |
MatcherTest.java | 414 String[] posExamples = { "aacc", "bbcc", "cc" };
|