Searched defs:get_thrown_object_ptr (Results 1 - 1 of 1) sorted by last modified time

/external/libcxxabi/src/
H A Dcxa_personality.cpp471 get_thrown_object_ptr(_Unwind_Exception* unwind_exception) function
703 results.adjustedPtr = get_thrown_object_ptr(unwind_exception);
719 void* adjustedPtr = get_thrown_object_ptr(unwind_exception);
761 void* adjustedPtr = get_thrown_object_ptr(unwind_exception);
808 results.adjustedPtr = get_thrown_object_ptr(unwind_exception);
833 results.adjustedPtr = get_thrown_object_ptr(unwind_exception);

Completed in 84 milliseconds