Home | History | Annotate | Download | only in src

Lines Matching refs:stepResult

457     int stepResult = unw_step(&cursor1);
458 if (stepResult == 0) {
463 } else if (stepResult < 0) {
589 int stepResult = unw_step(&cursor2);
590 if (stepResult == 0) {
595 } else if (stepResult < 0) {