Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_hook/src/
H A Dhook_client.cpp345 void** nextFp = (void**)*fp; in FpUnwind() local
346 if (nextFp <= fp) { in FpUnwind()
349 if (((nextFp - startfp) * sizeof(void*)) > static_cast<unsigned long>(stackSize)) { in FpUnwind()
352 fp = nextFp; in FpUnwind()

Completed in 5 milliseconds