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

/external/valgrind/main/coregrind/
H A Dm_translate.c271 Int first_SP, last_SP, first_Put, last_Put; local
447 last_Put = first_Put
451 vg_assert(first_Put <= last_Put);
453 if (last_Put < first_SP || last_SP < first_Put)
470 vg_assert(last_SP == last_Put);
526 if (first_Put == first_SP && last_Put == last_SP) {
602 if (first_Put == first_SP && last_Put == last_SP

Completed in 38 milliseconds