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

  /external/valgrind/main/coregrind/
m_transtab.c 638 void* hcode )
654 key.start = hcode;
672 /* Can only half check that the found TTEntry contains hcode,
673 due to not having a length value for the hcode in the
675 vg_assert((UChar*)sec->tt[tteNo].tcptr <= (UChar*)hcode);
686 /* Figure out whether or not hcode is jitted code present in the main
689 static Bool is_in_the_main_TC ( void* hcode )
696 if ((UChar*)hcode >= (UChar*)sectors[sno].tc
697 && (UChar*)hcode <= (UChar*)sectors[sno].tc_next
1958 Addr hcode; member in struct:__anon16917
    [all...]
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 1084 AddrH hcode = 0; local
    [all...]

Completed in 508 milliseconds