Home
last modified time | relevance | path

Searched refs:guest_chase_thresh (Results 1 – 8 of 8) sorted by relevance

/external/valgrind/main/exp-sgcheck/
Dpc_main.c152 VG_(clo_vex_control).guest_chase_thresh = 0; in pc_pre_clo_init()
/external/valgrind/main/VEX/pub/
Dlibvex.h449 Int guest_chase_thresh; member
/external/valgrind/main/coregrind/
Dm_main.c654 VG_(clo_vex_control).guest_chase_thresh, 0, 99) {} in main_process_cmd_line_options()
811 if (VG_(clo_vex_control).guest_chase_thresh in main_process_cmd_line_options()
813 VG_(clo_vex_control).guest_chase_thresh in main_process_cmd_line_options()
816 if (VG_(clo_vex_control).guest_chase_thresh < 0) in main_process_cmd_line_options()
817 VG_(clo_vex_control).guest_chase_thresh = 0; in main_process_cmd_line_options()
/external/valgrind/main/VEX/priv/
Dmain_main.c101 vcon->guest_chase_thresh = 10; in LibVEX_default_VexControl()
140 vassert(vcon->guest_chase_thresh >= 0); in LibVEX_Init()
141 vassert(vcon->guest_chase_thresh < vcon->guest_max_insns); in LibVEX_Init()
Dguest_generic_bb_to_IR.c225 vassert(vex_control.guest_chase_thresh >= 0); in bb_to_IR()
226 vassert(vex_control.guest_chase_thresh < vex_control.guest_max_insns); in bb_to_IR()
290 n_instrs < vex_control.guest_chase_thresh in bb_to_IR()
/external/valgrind/main/VEX/switchback/
Dswitchback.c768 vcon.guest_chase_thresh=0; in main()
/external/valgrind/main/exp-bbv/
Dbbv_main.c530 VG_(clo_vex_control).guest_chase_thresh = 0; in bbv_post_clo_init()
/external/valgrind/main/callgrind/
Dmain.c1991 if (VG_(clo_vex_control).guest_chase_thresh != 0) { in CLG_()
1995 VG_(clo_vex_control).guest_chase_thresh = 0; // cannot be overriden. in CLG_()
2047 VG_(clo_vex_control).guest_chase_thresh = 0; // cannot be overriden. in CLG_()