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

  /external/valgrind/VEX/priv/
guest_generic_bb_to_IR.h 186 /*IN*/ UInt (*needs_self_check)
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,
196 /*IN*/ UInt (*needs_self_check)
515 We ask the caller, via needs_self_check, which of the 3 vge
534 = needs_self_check(callback_opaque, pxControl, vge);
    [all...]
main_main.c 389 vassert(vta->needs_self_check != NULL);
    [all...]
  /external/valgrind/VEX/switchback/
switchback.c 113 static UInt needs_self_check ( void* opaque, const VexGuestExtents* vge ) { function
597 vta.needs_self_check = needs_self_check;
  /external/valgrind/VEX/pub/
libvex.h 683 UInt (*needs_self_check)( /*callback_opaque*/void*, member in struct:__anon24824
    [all...]
  /external/valgrind/none/tests/
libvex_test.c 247 vta.needs_self_check = return_0;
  /external/valgrind/coregrind/
m_translate.c 788 static UInt needs_self_check ( void* closureV, function
    [all...]
  /external/valgrind/VEX/useful/
test_main.c 90 static UInt needs_self_check ( void *closureV, VexRegisterUpdates *pxControl, function
263 vta.needs_self_check = needs_self_check;
    [all...]

Completed in 290 milliseconds