Home
last modified time | relevance | path

Searched refs:nextFp (Results 1 – 1 of 1) sorted by relevance

/developtools/profiler/device/plugins/native_hook/src/
Dhook_client.cpp341 void** nextFp = (void**)*fp; in FpUnwind() local
342 if (nextFp <= fp) { in FpUnwind()
345 if (((nextFp - startfp) * sizeof(void*)) > static_cast<unsigned long>(stackSize)) { in FpUnwind()
348 fp = nextFp; in FpUnwind()