Lines Matching defs:_Statistics
168 struct _Statistics { struct
169 ULong call_counter;
170 ULong jcnd_counter;
171 ULong jump_counter;
172 ULong rec_call_counter;
173 ULong ret_counter;
174 ULong bb_executions;
176 Int context_counter;
177 Int bb_retranslations;
179 Int distinct_objs;
180 Int distinct_files;
181 Int distinct_fns;
182 Int distinct_contexts;
183 Int distinct_bbs;
184 Int distinct_jccs;
185 Int distinct_bbccs;
186 Int distinct_instrs;
187 Int distinct_skips;
189 Int bb_hash_resizes;
190 Int bbcc_hash_resizes;
191 Int jcc_hash_resizes;
192 Int cxt_hash_resizes;
193 Int fn_array_resizes;
194 Int call_stack_resizes;
195 Int fn_stack_resizes;
197 Int full_debug_BBs;
198 Int file_line_debug_BBs;
199 Int fn_name_debug_BBs;
200 Int no_debug_BBs;
201 Int bbcc_lru_misses;
202 Int jcc_lru_misses;
203 Int cxt_lru_misses;
204 Int bbcc_clones;