Lines Matching defs:_Statistics
136 struct _Statistics { struct
137 ULong call_counter;
138 ULong jcnd_counter;
139 ULong jump_counter;
140 ULong rec_call_counter;
141 ULong ret_counter;
142 ULong bb_executions;
144 Int context_counter;
145 Int bb_retranslations;
147 Int distinct_objs;
148 Int distinct_files;
149 Int distinct_fns;
150 Int distinct_contexts;
151 Int distinct_bbs;
152 Int distinct_jccs;
153 Int distinct_bbccs;
154 Int distinct_instrs;
155 Int distinct_skips;
157 Int bb_hash_resizes;
158 Int bbcc_hash_resizes;
159 Int jcc_hash_resizes;
160 Int cxt_hash_resizes;
161 Int fn_array_resizes;
162 Int call_stack_resizes;
163 Int fn_stack_resizes;
165 Int full_debug_BBs;
166 Int file_line_debug_BBs;
167 Int fn_name_debug_BBs;
168 Int no_debug_BBs;
169 Int bbcc_lru_misses;
170 Int jcc_lru_misses;
171 Int cxt_lru_misses;
172 Int bbcc_clones;