Lines Matching refs:adjustedPtr
398 void* adjustedPtr, _Unwind_Exception* unwind_exception) in exception_spec_can_catch() argument
429 void* tempPtr = adjustedPtr; in exception_spec_can_catch()
440 void* adjustedPtr, _Unwind_Exception* unwind_exception) in exception_spec_can_catch() argument
463 void* tempPtr = adjustedPtr; in exception_spec_can_catch()
477 void* adjustedPtr = unwind_exception + 1; in get_thrown_object_ptr() local
479 adjustedPtr = ((__cxa_dependent_exception*)adjustedPtr - 1)->primaryException; in get_thrown_object_ptr()
480 return adjustedPtr; in get_thrown_object_ptr()
492 void* adjustedPtr; // Used in cxa_exception.cpp member
545 results.adjustedPtr = 0; in scan_eh_tab()
706 results.adjustedPtr = get_thrown_object_ptr(unwind_exception); in scan_eh_tab()
722 void* adjustedPtr = get_thrown_object_ptr(unwind_exception); in scan_eh_tab() local
725 if (adjustedPtr == 0 || excpType == 0) in scan_eh_tab()
730 if (catchType->can_catch(excpType, adjustedPtr)) in scan_eh_tab()
742 results.adjustedPtr = adjustedPtr; in scan_eh_tab()
764 void* adjustedPtr = get_thrown_object_ptr(unwind_exception); in scan_eh_tab() local
767 if (adjustedPtr == 0 || excpType == 0) in scan_eh_tab()
774 adjustedPtr, unwind_exception)) in scan_eh_tab()
786 results.adjustedPtr = adjustedPtr; in scan_eh_tab()
811 results.adjustedPtr = get_thrown_object_ptr(unwind_exception); in scan_eh_tab()
836 results.adjustedPtr = get_thrown_object_ptr(unwind_exception); in scan_eh_tab()
949 exception_header->adjustedPtr = results.adjustedPtr; in __gxx_personality_sj0()
974 results.adjustedPtr = exception_header->adjustedPtr; in __gxx_personality_sj0()
1032 unwind_exception->barrier_cache.bitpattern[0] = (uint32_t)results.adjustedPtr; in save_results_to_barrier_cache()
1042 results.adjustedPtr = (void*)unwind_exception->barrier_cache.bitpattern[0]; in load_results_from_barrier_cache()
1249 void* adjustedPtr; in __cxa_call_unexpected() local
1254 adjustedPtr = in __cxa_call_unexpected()
1259 excpType, adjustedPtr, unwind_exception)) in __cxa_call_unexpected()
1286 adjustedPtr = &be; in __cxa_call_unexpected()
1288 excpType, adjustedPtr, unwind_exception)) in __cxa_call_unexpected()