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

  /external/libcxxabi/src/
cxa_exception.hpp 54 void *adjustedPtr;
91 void *adjustedPtr;
cxa_personality.cpp 412 void* adjustedPtr, _Unwind_Exception* unwind_exception)
433 // adjustments to adjustedPtr are ignored.
446 void* tempPtr = adjustedPtr;
457 void* adjustedPtr, _Unwind_Exception* unwind_exception)
469 // adjustments to adjustedPtr are ignored.
480 void* tempPtr = adjustedPtr;
494 void* adjustedPtr = unwind_exception + 1;
496 adjustedPtr = ((__cxa_dependent_exception*)adjustedPtr - 1)->primaryException;
497 return adjustedPtr;
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/src/
cxa_exception.hpp 54 void *adjustedPtr;
106 void *adjustedPtr;
cxa_personality.cpp 412 void* adjustedPtr, _Unwind_Exception* unwind_exception)
433 // adjustments to adjustedPtr are ignored.
446 void* tempPtr = adjustedPtr;
457 void* adjustedPtr, _Unwind_Exception* unwind_exception)
469 // adjustments to adjustedPtr are ignored.
480 void* tempPtr = adjustedPtr;
494 void* adjustedPtr = unwind_exception + 1;
496 adjustedPtr = ((__cxa_dependent_exception*)adjustedPtr - 1)->primaryException;
497 return adjustedPtr;
    [all...]

Completed in 80 milliseconds