Lines Matching refs:Int
79 Int separate_callers; /* Separate dependent on how many callers? */
80 Int separate_recursions; /* Max level of recursions to separate */
101 Int verbose;
134 do { Int len = VG_(sprintf)(zz_buf, fmt, ## args); \
139 do { if (str) { Int len = VG_(strlen)(str); \
145 do { if (str1) { Int len = VG_(strlen)(str1); \
148 if (str2) { Int len = VG_(strlen)(str2); \
154 do { if (str1) { Int len = VG_(strlen)(str1); \
157 if (str2) { Int len = VG_(strlen)(str2); \
160 if (str3) { Int len = VG_(strlen)(str3); \
179 Int context_counter;
180 Int bb_retranslations;
182 Int distinct_objs;
183 Int distinct_files;
184 Int distinct_fns;
185 Int distinct_contexts;
186 Int distinct_bbs;
187 Int distinct_jccs;
188 Int distinct_bbccs;
189 Int distinct_instrs;
190 Int distinct_skips;
192 Int bb_hash_resizes;
193 Int bbcc_hash_resizes;
194 Int jcc_hash_resizes;
195 Int cxt_hash_resizes;
196 Int fn_array_resizes;
197 Int call_stack_resizes;
198 Int fn_stack_resizes;
200 Int full_debug_BBs;
201 Int file_line_debug_BBs;
202 Int fn_name_debug_BBs;
203 Int no_debug_BBs;
204 Int bbcc_lru_misses;
205 Int jcc_lru_misses;
206 Int cxt_lru_misses;
207 Int bbcc_clones;
258 Int jmpkind; /* JmpCall, JmpBoring, JmpCond */
328 Int jmpkind; /* remember jump kind of final exit */
436 Int group;
437 Int separate_callers;
438 Int separate_recursions;
440 Int verbosity; /* Stores old verbosity level while in function */
491 Int fn_sp; /* function stack index before call */
511 Int sig;
514 Int orig_sp;
520 Int jmps_passed; /* number of conditional jumps passed in last BB */
524 Int call_stack_bottom; /* Index into fn_stack */
566 Int sp;
583 Int sp; /* > 0 if a handler is running */
657 void (*printstat)(Int,Int,Int);
723 Int CLG_(get_dump_counter)(void);
724 void CLG_(fini)(Int exitcode);
748 UInt* CLG_(get_fn_entry)(Int n);
763 BBCC* CLG_(clone_bbcc)(BBCC* orig, Context* cxt, Int rec_index);
778 call_entry* CLG_(get_call_entry)(Int n);
782 Int CLG_(unwind_call_stack)(Addr sp, Int);
807 void CLG_(pre_signal)(ThreadId tid, Int sigNum, Bool alt_stack);
808 void CLG_(post_signal)(ThreadId tid, Int sigNum);