Lines Matching refs:adjustedPtr
409 void* adjustedPtr, _Unwind_Exception* unwind_exception) in exception_spec_can_catch() argument
440 void* tempPtr = adjustedPtr; in exception_spec_can_catch()
451 void* adjustedPtr, _Unwind_Exception* unwind_exception) in exception_spec_can_catch() argument
474 void* tempPtr = adjustedPtr; in exception_spec_can_catch()
488 void* adjustedPtr = unwind_exception + 1; in get_thrown_object_ptr() local
490 adjustedPtr = ((__cxa_dependent_exception*)adjustedPtr - 1)->primaryException; in get_thrown_object_ptr()
491 return adjustedPtr; in get_thrown_object_ptr()
503 void* adjustedPtr; // Used in cxa_exception.cpp member
554 results.adjustedPtr = 0; in scan_eh_tab()
716 results.adjustedPtr = get_thrown_object_ptr(unwind_exception); in scan_eh_tab()
732 void* adjustedPtr = get_thrown_object_ptr(unwind_exception); in scan_eh_tab() local
735 if (adjustedPtr == 0 || excpType == 0) in scan_eh_tab()
740 if (catchType->can_catch(excpType, adjustedPtr)) in scan_eh_tab()
752 results.adjustedPtr = adjustedPtr; in scan_eh_tab()
774 void* adjustedPtr = get_thrown_object_ptr(unwind_exception); in scan_eh_tab() local
777 if (adjustedPtr == 0 || excpType == 0) in scan_eh_tab()
784 adjustedPtr, unwind_exception)) in scan_eh_tab()
796 results.adjustedPtr = adjustedPtr; in scan_eh_tab()
821 results.adjustedPtr = get_thrown_object_ptr(unwind_exception); in scan_eh_tab()
846 results.adjustedPtr = get_thrown_object_ptr(unwind_exception); in scan_eh_tab()
958 exception_header->adjustedPtr = results.adjustedPtr; in __gxx_personality_sj0()
983 results.adjustedPtr = exception_header->adjustedPtr; in __gxx_personality_sj0()
1042 unwind_exception->barrier_cache.bitpattern[0] = (uint32_t)results.adjustedPtr; in save_results_to_barrier_cache()
1052 results.adjustedPtr = (void*)unwind_exception->barrier_cache.bitpattern[0]; in load_results_from_barrier_cache()
1239 void* adjustedPtr; in __cxa_call_unexpected() local
1244 adjustedPtr = in __cxa_call_unexpected()
1249 excpType, adjustedPtr, unwind_exception)) in __cxa_call_unexpected()
1276 adjustedPtr = &be; in __cxa_call_unexpected()
1278 excpType, adjustedPtr, unwind_exception)) in __cxa_call_unexpected()