Searched refs:nextFp (Results 1 – 1 of 1) sorted by relevance
341 void** nextFp = (void**)*fp; in FpUnwind() local342 if (nextFp <= fp) { in FpUnwind()345 if (((nextFp - startfp) * sizeof(void*)) > static_cast<unsigned long>(stackSize)) { in FpUnwind()348 fp = nextFp; in FpUnwind()