Home
last modified time | relevance | path

Searched refs:adjustedPtr (Results 1 – 5 of 5) sorted by relevance

/external/libcxxabi/src/
Dprivate_typeinfo.cpp225 void*& adjustedPtr) const in can_catch()
237 thrown_class_type->has_unambiguous_public_base(&info, adjustedPtr, public_path); in can_catch()
240 adjustedPtr = const_cast<void*>(info.dst_ptr_leading_to_static_ptr); in can_catch()
252 void* adjustedPtr, in process_found_base_class() argument
258 info->dst_ptr_leading_to_static_ptr = adjustedPtr; in process_found_base_class()
262 else if (info->dst_ptr_leading_to_static_ptr == adjustedPtr) in process_found_base_class()
280 void* adjustedPtr, in has_unambiguous_public_base() argument
284 process_found_base_class(info, adjustedPtr, path_below); in has_unambiguous_public_base()
289 void* adjustedPtr, in has_unambiguous_public_base() argument
293 process_found_base_class(info, adjustedPtr, path_below); in has_unambiguous_public_base()
[all …]
Dcxa_personality.cpp413 void* adjustedPtr, _Unwind_Exception* unwind_exception) in exception_spec_can_catch() argument
447 void* tempPtr = adjustedPtr; in exception_spec_can_catch()
458 void* adjustedPtr, _Unwind_Exception* unwind_exception) in exception_spec_can_catch() argument
481 void* tempPtr = adjustedPtr; in exception_spec_can_catch()
495 void* adjustedPtr = unwind_exception + 1; in get_thrown_object_ptr() local
497 adjustedPtr = ((__cxa_dependent_exception*)adjustedPtr - 1)->primaryException; in get_thrown_object_ptr()
498 return adjustedPtr; in get_thrown_object_ptr()
510 void* adjustedPtr; // Used in cxa_exception.cpp member
564 results.adjustedPtr = 0; in scan_eh_tab()
726 results.adjustedPtr = get_thrown_object_ptr(unwind_exception); in scan_eh_tab()
[all …]
Dcxa_exception.hpp56 void *adjustedPtr; member
94 void *adjustedPtr; member
Dcxa_exception.cpp245 static_cast<_Unwind_Exception*>(unwind_exception))->adjustedPtr; in __cxa_get_exception_ptr()
395 return exception_header->adjustedPtr; in __cxa_begin_catch()
Dprivate_typeinfo.h28 void *&adjustedPtr) const = 0;