Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_scheduler/
Dscheduler.c859 void run_thread_for_a_while ( /*OUT*/HWord* two_words, in run_thread_for_a_while() argument
885 two_words[0] = two_words[1] = 0; in run_thread_for_a_while()
912 two_words[0] = VG_TRC_INNER_FASTMISS; /* hmm, is that right? */ in run_thread_for_a_while()
959 two_words, in run_thread_for_a_while()
971 vg_assert(two_words[0] == 0 && two_words[1] == 0); // correct? in run_thread_for_a_while()
972 two_words[0] = VG_TRC_FAULT_SIGNAL; in run_thread_for_a_while()
973 two_words[1] = 0; in run_thread_for_a_while()
1032 if (two_words[0] == VG_TRC_CHAIN_ME_TO_SLOW_EP in run_thread_for_a_while()
1033 || two_words[0] == VG_TRC_CHAIN_ME_TO_FAST_EP) { in run_thread_for_a_while()
1034 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,