Home | History | Annotate | Download | only in coregrind

Lines Matching refs:VG_

47    VG_(dispatch_ctr) reaches zero, or we need to defer to the scheduler.
60 NOTE, VG_(run_innerloop) MUST NOT BE USED for noredir translations.
61 Instead use VG_(run_a_noredir_translation).
64 UWord VG_(run_innerloop) ( void* guest_state, UWord do_profiling );
66 /* We need to locate a couple of labels inside VG_(run_innerloop), so
71 extern Addr VG_(run_innerloop__dispatch_unprofiled);
72 extern Addr VG_(run_innerloop__dispatch_profiled);
84 extern void VG_(run_a_noredir_translation) ( volatile UWord* argblock );
86 /* We need to a label inside VG_(run_a_noredir_translation), so that
89 extern Addr VG_(run_a_noredir_translation__return_point);