Lines Matching refs:pr_cache
111 uintptr_t scopeStart = ucbp->pr_cache.fnstart + offset; in ProcessDescriptors()
167 const uint32_t* unwindingData = ucbp->pr_cache.ehtp; in unwindOneFrame()
179 ucbp->pr_cache.additional); in unwindOneFrame()
509 exception_object->pr_cache.fnstart = frameInfo.start_ip; in unwind_phase1()
510 exception_object->pr_cache.ehtp = in unwind_phase1()
512 exception_object->pr_cache.additional = frameInfo.flags; in unwind_phase1()
519 exception_object->pr_cache.fnstart, in unwind_phase1()
520 static_cast<void *>(exception_object->pr_cache.ehtp), in unwind_phase1()
521 exception_object->pr_cache.additional); in unwind_phase1()
637 exception_object->pr_cache.fnstart = frameInfo.start_ip; in unwind_phase2()
638 exception_object->pr_cache.ehtp = in unwind_phase2()
640 exception_object->pr_cache.additional = frameInfo.flags; in unwind_phase2()