HomeSort by relevance Sort by last modified time
    Searched full:vex_control (Results 1 - 6 of 6) sorted by null

  /external/valgrind/main/VEX/priv/
guest_generic_bb_to_IR.c 148 vassert(vex_control.guest_max_insns >= 1);
149 vassert(vex_control.guest_max_insns < 100);
150 vassert(vex_control.guest_chase_thresh >= 0);
151 vassert(vex_control.guest_chase_thresh < vex_control.guest_max_insns);
204 vassert(n_instrs < vex_control.guest_max_insns);
210 n_instrs < vex_control.guest_chase_thresh
312 /* If vex_control.guest_max_insns is required to be < 100 and
329 if (n_instrs < vex_control.guest_max_insns) {
ir_opt.h 44 under the control of the global "vex_control" struct. */
main_globals.c 65 VexControl vex_control = { 0,0,False,0,0,0 }; variable
main_globals.h 66 extern VexControl vex_control;
ir_opt.c 83 vex_control.iropt_level. Define first:
101 vex_control.iropt_level:
770 if (vex_control.iropt_precise_memory_exns) {
    [all...]
main_main.c 158 vex_control = *vcon;
    [all...]

Completed in 62 milliseconds