Home | History | Annotate | Download | only in src

Lines Matching refs:adjustedPtr

409                          void* adjustedPtr, _Unwind_Exception* unwind_exception)
427 // adjustments to adjustedPtr are ignored.
440 void* tempPtr = adjustedPtr;
451 void* adjustedPtr, _Unwind_Exception* unwind_exception)
463 // adjustments to adjustedPtr are ignored.
474 void* tempPtr = adjustedPtr;
488 void* adjustedPtr = unwind_exception + 1;
490 adjustedPtr = ((__cxa_dependent_exception*)adjustedPtr - 1)->primaryException;
491 return adjustedPtr;
503 void* adjustedPtr; // Used in cxa_exception.cpp
554 results.adjustedPtr = 0;
716 results.adjustedPtr = get_thrown_object_ptr(unwind_exception);
732 void* adjustedPtr = get_thrown_object_ptr(unwind_exception);
735 if (adjustedPtr == 0 || excpType == 0)
740 if (catchType->can_catch(excpType, adjustedPtr))
752 results.adjustedPtr = adjustedPtr;
774 void* adjustedPtr = get_thrown_object_ptr(unwind_exception);
777 if (adjustedPtr
784 adjustedPtr, unwind_exception))
796 results.adjustedPtr = adjustedPtr;
821 results.adjustedPtr = get_thrown_object_ptr(unwind_exception);
846 results.adjustedPtr = get_thrown_object_ptr(unwind_exception);
958 exception_header->adjustedPtr = results.adjustedPtr;
983 results.adjustedPtr = exception_header->adjustedPtr;
1042 unwind_exception->barrier_cache.bitpattern[0] = (uint32_t)results.adjustedPtr;
1052 results.adjustedPtr = (void*)unwind_exception->barrier_cache.bitpattern[0];
1239 void* adjustedPtr;
1244 adjustedPtr =
1249 excpType, adjustedPtr, unwind_exception))
1276 adjustedPtr = &be;
1278 excpType, adjustedPtr, unwind_exception))