Lines Matching refs:pr_cache
117 uintptr_t scopeStart = ucbp->pr_cache.fnstart + offset; in ProcessDescriptors()
173 const uint32_t* unwindingData = ucbp->pr_cache.ehtp; in unwindOneFrame()
185 ucbp->pr_cache.additional); in unwindOneFrame()
518 exception_object->pr_cache.fnstart = frameInfo.start_ip; in unwind_phase1()
519 exception_object->pr_cache.ehtp = in unwind_phase1()
521 exception_object->pr_cache.additional = frameInfo.flags; in unwind_phase1()
528 exception_object->pr_cache.fnstart, in unwind_phase1()
529 static_cast<void *>(exception_object->pr_cache.ehtp), in unwind_phase1()
530 exception_object->pr_cache.additional); in unwind_phase1()
633 exception_object->pr_cache.fnstart = frameInfo.start_ip; in unwind_phase2()
634 exception_object->pr_cache.ehtp = in unwind_phase2()
636 exception_object->pr_cache.additional = frameInfo.flags; in unwind_phase2()
758 exception_object->pr_cache.fnstart = frameInfo.start_ip; in unwind_phase2_forced()
759 exception_object->pr_cache.ehtp = in unwind_phase2_forced()
761 exception_object->pr_cache.additional = frameInfo.flags; in unwind_phase2_forced()