HomeSort by relevance Sort by last modified time
    Searched defs:adjustedPtr (Results 1 - 8 of 8) sorted by null

  /external/libcxxabi/src/
cxa_exception.hpp 56 void *adjustedPtr;
94 void *adjustedPtr;
cxa_personality.cpp 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;
    [all...]
  /ndk/sources/cxx-stl/gabi++/src/
call_unexpected.cc 92 void* adjustedPtr = header+1;
94 adjustedPtr = *reinterpret_cast<void**>(adjustedPtr);
105 if (catch_type->can_catch(thrown_type, adjustedPtr)) {
106 *matched_object = adjustedPtr;
222 void* adjustedPtr = new_header + 1;
226 &adjustedPtr) != ctm_failed) {
dwarf_helper.h 75 void* adjustedPtr; // Used in cxa_exception.cpp
helper_func_internal.cc 68 results.adjustedPtr = 0;
162 results.adjustedPtr = unwind_exception+1;
174 void* adjustedPtr = unwind_exception+1;
177 if (adjustedPtr == 0 || excpType == 0) {
184 adjustedPtr = *static_cast<void**>(adjustedPtr);
188 if (catchType->can_catch(excpType, adjustedPtr)) {
194 results.adjustedPtr = adjustedPtr;
208 void* adjustedPtr = unwind_exception+1
    [all...]
cxxabi_defines.h 46 void*& adjustedPtr) const = 0;
55 void*& adjustedPtr) const;
64 void*& adjustedPtr) const;
73 void*& adjustedPtr) const;
82 void*& adjustedPtr) const;
131 void* adjustedPtr;
144 void*& adjustedPtr) const;
156 void*& adjustedPtr,
161 void*& adjustedPtr,
177 void*& adjustedPtr,
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_exception.hpp 56 void *adjustedPtr;
94 void *adjustedPtr;
cxa_personality.cpp 406 void* adjustedPtr, _Unwind_Exception* unwind_exception)
424 // adjustments to adjustedPtr are ignored.
437 void* tempPtr = adjustedPtr;
448 void* adjustedPtr, _Unwind_Exception* unwind_exception)
460 // adjustments to adjustedPtr are ignored.
471 void* tempPtr = adjustedPtr;
485 void* adjustedPtr = unwind_exception + 1;
487 adjustedPtr = ((__cxa_dependent_exception*)adjustedPtr - 1)->primaryException;
488 return adjustedPtr;
    [all...]

Completed in 147 milliseconds