Home
last modified time | relevance | path

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

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