Lines Matching refs:pr_cache
115 uintptr_t scopeStart = ucbp->pr_cache.fnstart + offset; in ProcessDescriptors()
171 const uint32_t* unwindingData = ucbp->pr_cache.ehtp; in unwindOneFrame()
183 ucbp->pr_cache.additional); in unwindOneFrame()
493 exception_object->pr_cache.fnstart = frameInfo.start_ip; in unwind_phase1()
494 exception_object->pr_cache.ehtp = in unwind_phase1()
496 exception_object->pr_cache.additional = frameInfo.flags; in unwind_phase1()
503 exception_object->pr_cache.fnstart, in unwind_phase1()
504 static_cast<void *>(exception_object->pr_cache.ehtp), in unwind_phase1()
505 exception_object->pr_cache.additional); in unwind_phase1()
606 exception_object->pr_cache.fnstart = frameInfo.start_ip; in unwind_phase2()
607 exception_object->pr_cache.ehtp = in unwind_phase2()
609 exception_object->pr_cache.additional = frameInfo.flags; in unwind_phase2()