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

1 2

  /external/libunwind/src/unwind/
RaiseException.c 32 uint64_t exception_class = exception_object->exception_class; local
73 exception_class, exception_object,
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,
  /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
  /art/runtime/entrypoints/
entrypoint_utils.cc 143 mirror::Class* exception_class = exception->GetClass(); local
146 declares_exception = declared_exception->IsAssignableFrom(exception_class);
  /art/runtime/
reflection.cc 678 jclass exception_class = soa.Env()->FindClass("java/lang/reflect/InvocationTargetException"); local
679 if (exception_class == nullptr) {
683 jmethodID mid = soa.Env()->GetMethodID(exception_class, "<init>", "(Ljava/lang/Throwable;)V");
685 jobject exception_instance = soa.Env()->NewObject(exception_class, mid, th.get());
    [all...]
  /external/clang/lib/Headers/
unwind.h 115 _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-3289846/lib64/clang/3.8/include/
unwind.h 115 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
unwind.h 115 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
unwind.h 115 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
unwind.h 115 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
unwind.h 115 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
unwind.h 115 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
unwind.h 115 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
unwind.h 115 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception

Completed in 1021 milliseconds

1 2