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

1 2 3

  /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,
  /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 66 ScopedLocalRef<jclass> exception_class(env, env->FindClass("java/lang/Exception"));
67 env->ThrowNew(exception_class.get(), "dladdr failure!");
89 ScopedLocalRef<jclass> exception_class(env, env->FindClass("java/lang/Exception"));
90 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 93 (unwind_exception->exception_class & get_vendor_and_language) ==
cxa_exception.cpp 82 unwind_exception->exception_class = kOurExceptionClass;
86 unwind_exception->exception_class = kOurDependentExceptionClass;
91 return (unwind_exception->exception_class & get_vendor_and_language) ==
96 return (unwind_exception->exception_class & 0xFF) == 0x01;
229 * Set the exception_class field in the unwind header. This is a 64-bit value
  /prebuilts/ndk/r16/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 93 (unwind_exception->exception_class & get_vendor_and_language) ==
cxa_exception.cpp 78 unwind_exception->exception_class = kOurExceptionClass;
82 unwind_exception->exception_class = kOurDependentExceptionClass;
87 return (unwind_exception->exception_class & get_vendor_and_language) ==
92 return (unwind_exception->exception_class & 0xFF) == 0x01;
193 * Set the exception_class field in the unwind header. This is a 64-bit value
  /external/libunwind_llvm/src/
Unwind-sjlj.c 132 1, _UA_SEARCH_PHASE, exception_object->exception_class,
190 (*c->personality)(1, action, exception_object->exception_class,
250 (*stop)(1, action, exception_object->exception_class, exception_object,
269 (*p)(1, action, exception_object->exception_class, exception_object,
305 (*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,
  /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/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/
unwind.h 92 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
unwind.h 90 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
unwind.h 90 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/
unwind.h 92 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
unwind.h 92 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/
unwind.h 92 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
unwind.h 92 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
unwind.h 92 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/
unwind.h 92 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
unwind.h 92 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception
  /external/libunwind_llvm/include/
unwind.h 71 uint64_t exception_class; member in struct:_Unwind_Control_Block
120 uint64_t exception_class; member in struct:_Unwind_Exception
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
unwind.h 125 uint64_t exception_class; member in struct:_Unwind_Control_Block
155 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception

Completed in 920 milliseconds

1 2 3