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

  /external/valgrind/main/VEX/priv/
guest_generic_bb_to_IR.h 178 /*IN*/ UInt (*needs_self_check)(void*,VexGuestExtents*),
main_main.c 255 vassert(vta->needs_self_check != NULL);
612 vta->needs_self_check,
    [all...]
guest_generic_bb_to_IR.c 115 needs_self_check is a callback used to ask the caller which of the
123 which extents to add checks for, via the needs_self_check callback,
194 /*IN*/ UInt (*needs_self_check)(void*,VexGuestExtents*),
510 We ask the caller, via needs_self_check, which of the 3 vge
530 = needs_self_check(callback_opaque, &vge_tmp);
    [all...]
  /external/valgrind/main/VEX/pub/
libvex.h 606 UInt (*needs_self_check)( /*callback_opaque*/void*, member in struct:__anon16515
  /external/valgrind/main/coregrind/
m_translate.c 742 VexTranslateArgs::needs_self_check for more details about the
745 static UInt needs_self_check ( void* closureV, function
    [all...]
  /external/valgrind/main/VEX/
test_main.c 90 static UInt needs_self_check ( void* opaque, VexGuestExtents* vge ) { function
220 vta.needs_self_check = needs_self_check;
    [all...]

Completed in 150 milliseconds