Home
last modified time | relevance | path

Searched refs:two_words (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/coregrind/m_scheduler/
Dscheduler.c840 void run_thread_for_a_while ( /*OUT*/HWord* two_words, in run_thread_for_a_while() argument
866 two_words[0] = two_words[1] = 0; in run_thread_for_a_while()
893 two_words[0] = VG_TRC_INNER_FASTMISS; /* hmm, is that right? */ in run_thread_for_a_while()
932 two_words, in run_thread_for_a_while()
944 vg_assert(two_words[0] == 0 && two_words[1] == 0); // correct? in run_thread_for_a_while()
945 two_words[0] = VG_TRC_FAULT_SIGNAL; in run_thread_for_a_while()
946 two_words[1] = 0; in run_thread_for_a_while()
1005 if (two_words[0] == VG_TRC_CHAIN_ME_TO_SLOW_EP in run_thread_for_a_while()
1006 || two_words[0] == VG_TRC_CHAIN_ME_TO_FAST_EP) { in run_thread_for_a_while()
1007 vg_assert(two_words[1] != 0); /* we have a legit patch addr */ in run_thread_for_a_while()
[all …]
/external/valgrind/coregrind/
Dpub_core_dispatch.h64 void VG_(disp_run_translations)( HWord* two_words,