Home | History | Annotate | Download | only in Unwind

Lines Matching refs:stepResult

449     int stepResult = unw_step(&cursor1);
450 if (stepResult == 0) {
455 } else if (stepResult < 0) {
579 int stepResult = unw_step(&cursor2);
580 if (stepResult == 0) {
585 } else if (stepResult < 0) {