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

  /external/valgrind/main/VEX/priv/
guest_generic_bb_to_IR.h 168 /*IN*/ Bool (*chase_into_ok)(void*,Addr64),
guest_generic_bb_to_IR.c 106 block boundaries if it wishes and if chase_into_ok allows it.
150 /*IN*/ Bool (*chase_into_ok)(void*,Addr64),
236 /* Regardless of what chase_into_ok says, is chasing permissible
247 = resteerOK ? chase_into_ok : const_False;
    [all...]
main_main.c 514 vta->chase_into_ok,
    [all...]
  /external/valgrind/main/VEX/pub/
libvex.h 515 Bool (*chase_into_ok) ( /*callback_opaque*/void*, Addr64 ); member in struct:__anon13594
606 bb-chasing. The supplied chase_into_ok function should say NO
612 would not be the result. Therefore chase_into_ok should disallow
  /external/valgrind/main/VEX/switchback/
switchback.c 114 static Bool chase_into_ok ( Addr64 dst ) { return False; } function
859 vta.chase_into_ok = chase_into_ok;
  /external/valgrind/main/coregrind/
m_translate.c 660 chase_into_ok return False). Note that the latter is redundant
665 determined by chase_into_ok) to go into a 'w' area.
814 static Bool chase_into_ok ( void* closureV, Addr64 addr64 ) function
    [all...]
  /external/valgrind/main/VEX/
test_main.c 203 vta.chase_into_ok = chase_into_not_ok;
    [all...]

Completed in 828 milliseconds