Lines Matching refs:adjustedPtr

406                          void* adjustedPtr, _Unwind_Exception* unwind_exception)  in exception_spec_can_catch()  argument
437 void* tempPtr = adjustedPtr; in exception_spec_can_catch()
448 void* adjustedPtr, _Unwind_Exception* unwind_exception) in exception_spec_can_catch() argument
471 void* tempPtr = adjustedPtr; in exception_spec_can_catch()
485 void* adjustedPtr = unwind_exception + 1; in get_thrown_object_ptr() local
487 adjustedPtr = ((__cxa_dependent_exception*)adjustedPtr - 1)->primaryException; in get_thrown_object_ptr()
488 return adjustedPtr; in get_thrown_object_ptr()
500 void* adjustedPtr; // Used in cxa_exception.cpp member
551 results.adjustedPtr = 0; in scan_eh_tab()
713 results.adjustedPtr = get_thrown_object_ptr(unwind_exception); in scan_eh_tab()
729 void* adjustedPtr = get_thrown_object_ptr(unwind_exception); in scan_eh_tab() local
732 if (adjustedPtr == 0 || excpType == 0) in scan_eh_tab()
737 if (catchType->can_catch(excpType, adjustedPtr)) in scan_eh_tab()
749 results.adjustedPtr = adjustedPtr; in scan_eh_tab()
771 void* adjustedPtr = get_thrown_object_ptr(unwind_exception); in scan_eh_tab() local
774 if (adjustedPtr == 0 || excpType == 0) in scan_eh_tab()
781 adjustedPtr, unwind_exception)) in scan_eh_tab()
793 results.adjustedPtr = adjustedPtr; in scan_eh_tab()
818 results.adjustedPtr = get_thrown_object_ptr(unwind_exception); in scan_eh_tab()
843 results.adjustedPtr = get_thrown_object_ptr(unwind_exception); in scan_eh_tab()
955 exception_header->adjustedPtr = results.adjustedPtr; in __gxx_personality_sj0()
980 results.adjustedPtr = exception_header->adjustedPtr; in __gxx_personality_sj0()
1069 unwind_exception->barrier_cache.bitpattern[0] = (uint32_t)results.adjustedPtr; in save_results_to_barrier_cache()
1079 results.adjustedPtr = (void*)unwind_exception->barrier_cache.bitpattern[0]; in load_results_from_barrier_cache()
1266 void* adjustedPtr; in __cxa_call_unexpected() local
1271 adjustedPtr = in __cxa_call_unexpected()
1276 excpType, adjustedPtr, unwind_exception)) in __cxa_call_unexpected()
1303 adjustedPtr = &be; in __cxa_call_unexpected()
1305 excpType, adjustedPtr, unwind_exception)) in __cxa_call_unexpected()