Lines Matching refs:pr_cache
112 uintptr_t scopeStart = ucbp->pr_cache.fnstart + offset; in ProcessDescriptors()
168 const uint32_t* unwindingData = ucbp->pr_cache.ehtp; in unwindOneFrame()
180 ucbp->pr_cache.additional); in unwindOneFrame()
489 exception_object->pr_cache.fnstart = frameInfo.start_ip; in unwind_phase1()
490 exception_object->pr_cache.ehtp = in unwind_phase1()
492 exception_object->pr_cache.additional = frameInfo.flags; in unwind_phase1()
499 exception_object->pr_cache.fnstart, in unwind_phase1()
500 static_cast<void *>(exception_object->pr_cache.ehtp), in unwind_phase1()
501 exception_object->pr_cache.additional); in unwind_phase1()
601 exception_object->pr_cache.fnstart = frameInfo.start_ip; in unwind_phase2()
602 exception_object->pr_cache.ehtp = in unwind_phase2()
604 exception_object->pr_cache.additional = frameInfo.flags; in unwind_phase2()