HomeSort by relevance Sort by last modified time
    Searched full:thrown_object_from_cxa_exception (Results 1 - 3 of 3) sorted by null

  /external/libcxxabi/src/
cxa_exception.cpp 55 thrown_object_from_cxa_exception(__cxa_exception* exception_header) function in namespace:__cxxabiv1
165 return thrown_object_from_cxa_exception(exception_header);
505 __cxa_decrement_exception_refcount(thrown_object_from_cxa_exception(exception_header));
658 void* thrown_object = thrown_object_from_cxa_exception(exception_header);
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_exception.cpp 55 thrown_object_from_cxa_exception(__cxa_exception* exception_header) function in namespace:__cxxabiv1
165 return thrown_object_from_cxa_exception(exception_header);
500 __cxa_decrement_exception_refcount(thrown_object_from_cxa_exception(exception_header));
653 void* thrown_object = thrown_object_from_cxa_exception(exception_header);
  /prebuilts/clang/linux-x86/host/3.5/lib/
libc++.so 

Completed in 157 milliseconds