Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_hook/src/
Dhook_client.cpp336 uint64_t tempIp = 0; in FpUnwind() local
349 tempIp = *(reinterpret_cast<unsigned long*>(fp + 1)); in FpUnwind()
350 if (tempIp <= TEMP_IP) { in FpUnwind()
354 if (++count >= RESPONSE_LIBRARY_MODE_DEPTH || !FilterStandardSoIp(tempIp)) { in FpUnwind()
358 ip[depth++] = tempIp; in FpUnwind()
362 ip[0] = tempIp; in FpUnwind()