HomeSort by relevance Sort by last modified time
    Searched refs:exception_class (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/libunwind/src/unwind/
unwind-internal.h 65 uint64_t exception_class = exception_object->exception_class; local
100 reason = (*stop) (_U_VERSION, actions, exception_class,
133 reason = (*personality) (_U_VERSION, actions, exception_class,
RaiseException.c 32 uint64_t exception_class = exception_object->exception_class; local
73 exception_class, exception_object,
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_default_handlers.cpp 39 (unwind_exception->exception_class & get_vendor_and_language) ==
44 unwind_exception->exception_class == kOurDependentExceptionClass ?
cxa_handlers.cpp 96 (unwind_exception->exception_class & get_vendor_and_language) ==
cxa_exception.cpp 80 unwind_exception->exception_class = kOurExceptionClass;
84 unwind_exception->exception_class = kOurDependentExceptionClass;
89 return (unwind_exception->exception_class & get_vendor_and_language) ==
94 return (unwind_exception->exception_class & 0xFF) == 0x01;
208 * Set the exception_class field in the unwind header. This is a 64-bit value
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/src/
cxa_default_handlers.cpp 39 (unwind_exception->exception_class & get_vendor_and_language) ==
44 unwind_exception->exception_class == kOurDependentExceptionClass ?
cxa_handlers.cpp 96 (unwind_exception->exception_class & get_vendor_and_language) ==
  /art/runtime/
jni_internal.h 33 int ThrowNewException(JNIEnv* env, jclass exception_class, const char* msg, jobject cause);
  /art/test/986-native-method-bind/
native_bind.cc 65 ScopedLocalRef<jclass> exception_class(env, env->FindClass("java/lang/Exception"));
66 env->ThrowNew(exception_class.get(), "dladdr failure!");
88 ScopedLocalRef<jclass> exception_class(env, env->FindClass("java/lang/Exception"));
89 env->ThrowNew(exception_class.get(), "dlsym failure!");
  /external/libcxxabi/src/
cxa_default_handlers.cpp 40 (unwind_exception->exception_class & get_vendor_and_language) ==
45 unwind_exception->exception_class == kOurDependentExceptionClass ?
cxa_handlers.cpp 96 (unwind_exception->exception_class & get_vendor_and_language) ==
cxa_exception.cpp 77 unwind_exception->exception_class = kOurExceptionClass;
81 unwind_exception->exception_class = kOurDependentExceptionClass;
86 return (unwind_exception->exception_class & get_vendor_and_language) ==
91 return (unwind_exception->exception_class & 0xFF) == 0x01;
192 * Set the exception_class field in the unwind header. This is a 64-bit value
  /external/libunwind_llvm/src/
Unwind-sjlj.c 96 1, _UA_SEARCH_PHASE, exception_object->exception_class,
154 (*c->personality)(1, action, exception_object->exception_class,
214 (*stop)(1, action, exception_object->exception_class, exception_object,
233 (*p)(1, action, exception_object->exception_class, exception_object,
269 (*stop)(1, lastAction, exception_object->exception_class, exception_object,
UnwindLevel1.c 94 (*p)(1, _UA_SEARCH_PHASE, exception_object->exception_class,
191 (*p)(1, action, exception_object->exception_class, exception_object,
275 (*stop)(1, action, exception_object->exception_class, exception_object,
295 (*p)(1, action, exception_object->exception_class, exception_object,
331 (*stop)(1, lastAction, exception_object->exception_class, exception_object,
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/src/
call_unexpected.cc 137 bool native = header->unwindHeader.exception_class == __gxx_exception_class;
160 if (header->unwindHeader.exception_class == __gxx_exception_class) {
190 bool native_exception = unwind_exception->exception_class == __gxx_exception_class;
257 bool native_old_exception = unwind_exception->exception_class == __gxx_exception_class;
298 new_exception_header->unwindHeader.exception_class == __gxx_exception_class;
cxxabi.cc 332 header->unwindHeader.exception_class = __gxx_exception_class;
347 if (isOurCxxException(exception->exception_class)) {
361 if (!isOurCxxException(exception->exception_class)) {
389 if (!isOurCxxException(exception->exception_class)) {
helper_func_internal.h 99 uint64_t exceptionClass = unwind_exception->exception_class; \
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Unwind-sjlj.c 96 1, _UA_SEARCH_PHASE, exception_object->exception_class,
154 (*c->personality)(1, action, exception_object->exception_class,
214 (*stop)(1, action, exception_object->exception_class, exception_object,
233 (*p)(1, action, exception_object->exception_class, exception_object,
269 (*stop)(1, lastAction, exception_object->exception_class, exception_object,
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/src/
call_unexpected.cc 137 bool native = header->unwindHeader.exception_class == __gxx_exception_class;
160 if (header->unwindHeader.exception_class == __gxx_exception_class) {
190 bool native_exception = unwind_exception->exception_class == __gxx_exception_class;
257 bool native_old_exception = unwind_exception->exception_class == __gxx_exception_class;
298 new_exception_header->unwindHeader.exception_class == __gxx_exception_class;
cxxabi.cc 332 header->unwindHeader.exception_class = __gxx_exception_class;
347 if (isOurCxxException(exception->exception_class)) {
361 if (!isOurCxxException(exception->exception_class)) {
389 if (!isOurCxxException(exception->exception_class)) {
helper_func_internal.h 99 uint64_t exceptionClass = unwind_exception->exception_class; \
  /external/libunwind/include/
unwind.h 73 /* The C++ ABI requires exception_class, private_1, and private_2 to
75 double-word-aligned. Please note that exception_class stays 64-bit
79 uint64_t exception_class; member in struct:_Unwind_Exception
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/gabi++/include/
unwind-itanium.h 69 uint64_t exception_class; member in struct:_Unwind_Exception
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/include/
unwind-itanium.h 69 uint64_t exception_class; member in struct:_Unwind_Exception
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/include/
unwind-itanium.h 69 uint64_t exception_class; member in struct:_Unwind_Exception

Completed in 1785 milliseconds

1 2 3 4