Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds