Lines Matching refs:adjustedPtr
421 void* adjustedPtr, _Unwind_Exception* unwind_exception) in exception_spec_can_catch() argument
455 void* tempPtr = adjustedPtr; in exception_spec_can_catch()
466 void* adjustedPtr, _Unwind_Exception* unwind_exception) in exception_spec_can_catch() argument
489 void* tempPtr = adjustedPtr; in exception_spec_can_catch()
503 void* adjustedPtr = unwind_exception + 1; in get_thrown_object_ptr() local
505 adjustedPtr = ((__cxa_dependent_exception*)adjustedPtr - 1)->primaryException; in get_thrown_object_ptr()
506 return adjustedPtr; in get_thrown_object_ptr()
518 void* adjustedPtr; // Used in cxa_exception.cpp member
572 results.adjustedPtr = 0; in scan_eh_tab()
734 results.adjustedPtr = get_thrown_object_ptr(unwind_exception); in scan_eh_tab()
750 void* adjustedPtr = get_thrown_object_ptr(unwind_exception); in scan_eh_tab() local
753 if (adjustedPtr == 0 || excpType == 0) in scan_eh_tab()
758 if (catchType->can_catch(excpType, adjustedPtr)) in scan_eh_tab()
770 results.adjustedPtr = adjustedPtr; in scan_eh_tab()
792 void* adjustedPtr = get_thrown_object_ptr(unwind_exception); in scan_eh_tab() local
795 if (adjustedPtr == 0 || excpType == 0) in scan_eh_tab()
802 adjustedPtr, unwind_exception)) in scan_eh_tab()
814 results.adjustedPtr = adjustedPtr; in scan_eh_tab()
839 results.adjustedPtr = get_thrown_object_ptr(unwind_exception); in scan_eh_tab()
864 results.adjustedPtr = get_thrown_object_ptr(unwind_exception); in scan_eh_tab()
980 exception_header->adjustedPtr = results.adjustedPtr; in __gxx_personality_imp()
1005 results.adjustedPtr = exception_header->adjustedPtr; in __gxx_personality_imp()
1075 unwind_exception->barrier_cache.bitpattern[0] = (uint32_t)results.adjustedPtr; in save_results_to_barrier_cache()
1085 results.adjustedPtr = (void*)unwind_exception->barrier_cache.bitpattern[0]; in load_results_from_barrier_cache()
1267 void* adjustedPtr; in __cxa_call_unexpected() local
1272 adjustedPtr = in __cxa_call_unexpected()
1277 excpType, adjustedPtr, unwind_exception)) in __cxa_call_unexpected()
1304 adjustedPtr = &be; in __cxa_call_unexpected()
1306 excpType, adjustedPtr, unwind_exception)) in __cxa_call_unexpected()