Searched refs:track_new_mem_stack_w_ECU (Results 1 – 6 of 6) sorted by relevance
157 if (any_new_mem_stack_N_w_ECU && ! VG_(tdict).track_new_mem_stack_w_ECU) { in VG_()176 (VG_(tdict).track_new_mem_stack && VG_(tdict).track_new_mem_stack_w_ECU); in VG_()410 DEF0(track_new_mem_stack_w_ECU, Addr, SizeT, UInt)
200 void (*track_new_mem_stack_w_ECU)(Addr,SizeT,UInt); member
539 if (NULL != VG_(tdict).track_new_mem_stack_w_ECU) in vg_SP_update_pass()583 if (NULL != VG_(tdict).track_new_mem_stack_w_ECU) in vg_SP_update_pass()
583 void VG_(track_new_mem_stack_w_ECU) (void(*f)(Addr a, SizeT len,
294 if (NULL != VG_(tdict).track_new_mem_stack_w_ECU) in VG_()
7412 VG_(track_new_mem_stack_w_ECU) ( mc_new_mem_stack_w_ECU ); in mc_post_clo_init() local