Lines Matching refs:adjustedPtr
422 void* adjustedPtr, _Unwind_Exception* unwind_exception) in exception_spec_can_catch() argument
456 void* tempPtr = adjustedPtr; in exception_spec_can_catch()
467 void* adjustedPtr, _Unwind_Exception* unwind_exception) in exception_spec_can_catch() argument
490 void* tempPtr = adjustedPtr; in exception_spec_can_catch()
504 void* adjustedPtr = unwind_exception + 1; in get_thrown_object_ptr() local
506 adjustedPtr = ((__cxa_dependent_exception*)adjustedPtr - 1)->primaryException; in get_thrown_object_ptr()
507 return adjustedPtr; in get_thrown_object_ptr()
519 void* adjustedPtr; // Used in cxa_exception.cpp member
573 results.adjustedPtr = 0; in scan_eh_tab()
735 results.adjustedPtr = get_thrown_object_ptr(unwind_exception); in scan_eh_tab()
751 void* adjustedPtr = get_thrown_object_ptr(unwind_exception); in scan_eh_tab() local
754 if (adjustedPtr == 0 || excpType == 0) in scan_eh_tab()
759 if (catchType->can_catch(excpType, adjustedPtr)) in scan_eh_tab()
771 results.adjustedPtr = adjustedPtr; in scan_eh_tab()
793 void* adjustedPtr = get_thrown_object_ptr(unwind_exception); in scan_eh_tab() local
796 if (adjustedPtr == 0 || excpType == 0) in scan_eh_tab()
803 adjustedPtr, unwind_exception)) in scan_eh_tab()
815 results.adjustedPtr = adjustedPtr; in scan_eh_tab()
840 results.adjustedPtr = get_thrown_object_ptr(unwind_exception); in scan_eh_tab()
865 results.adjustedPtr = get_thrown_object_ptr(unwind_exception); in scan_eh_tab()
981 exception_header->adjustedPtr = results.adjustedPtr; in __gxx_personality_imp()
1006 results.adjustedPtr = exception_header->adjustedPtr; in __gxx_personality_imp()
1076 unwind_exception->barrier_cache.bitpattern[0] = (uint32_t)results.adjustedPtr; in save_results_to_barrier_cache()
1086 results.adjustedPtr = (void*)unwind_exception->barrier_cache.bitpattern[0]; in load_results_from_barrier_cache()
1268 void* adjustedPtr; in __cxa_call_unexpected() local
1273 adjustedPtr = in __cxa_call_unexpected()
1278 excpType, adjustedPtr, unwind_exception)) in __cxa_call_unexpected()
1305 adjustedPtr = &be; in __cxa_call_unexpected()
1307 excpType, adjustedPtr, unwind_exception)) in __cxa_call_unexpected()