Searched refs:last_Put (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_translate.c266 Int first_SP, last_SP, first_Put, last_Put; local
442 last_Put = first_Put
446 vg_assert(first_Put <= last_Put);
448 if (last_Put < first_SP || last_SP < first_Put)
465 vg_assert(last_SP == last_Put);
521 if (first_Put == first_SP && last_Put == last_SP) {
579 if (first_Put == first_SP && last_Put == last_SP

Completed in 50 milliseconds