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