Searched defs:two_words (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c838 Return results are placed in two_words. two_words[0] is set to the
840 the address to patch is placed in two_words[1].
843 void run_thread_for_a_while ( /*OUT*/HWord* two_words, argument
869 two_words[0] = two_words[1] = 0;
896 two_words[0] = VG_TRC_INNER_FASTMISS; /* hmm, is that right? */
935 two_words,
947 vg_assert(two_words[0] == 0 && two_words[
1101 handle_noredir_jump( HWord* two_words, Int* dispatchCtrP, ThreadId tid ) argument
[all...]

Completed in 92 milliseconds