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

1 23 4

  /external/libcxxabi/src/
cxa_personality.cpp 496 if (unwind_exception->exception_class == kOurDependentExceptionClass)
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_personality.cpp 486 if (unwind_exception->exception_class == kOurDependentExceptionClass)
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/src/
cxa_personality.cpp 490 if (unwind_exception->exception_class == kOurDependentExceptionClass)
    [all...]
  /art/runtime/
reflection.cc 674 jclass exception_class = soa.Env()->FindClass("java/lang/reflect/InvocationTargetException"); local
675 if (exception_class == nullptr) {
679 jmethodID mid = soa.Env()->GetMethodID(exception_class, "<init>", "(Ljava/lang/Throwable;)V");
681 jobject exception_instance = soa.Env()->NewObject(exception_class, mid, th.get());
    [all...]
jni_internal_test.cc 62 void ExpectException(jclass exception_class) {
65 << mirror::Class::PrettyDescriptor(soa.Decode<mirror::Class>(exception_class));
69 EXPECT_TRUE(env_->IsInstanceOf(exception, exception_class));
2097 jclass exception_class = env_->FindClass("java\/lang\/RuntimeException"); local
2119 jclass exception_class = env_->FindClass("java\/lang\/RuntimeException"); local
    [all...]
  /external/clang/lib/Headers/
unwind.h 115 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception
  /external/libunwind_llvm/src/
UnwindLevel1-gcc-ext.c 118 ex.exception_class = 0x434C4E47554E5700; // CLNGUNW\0
  /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-3362437/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-3957855/lib64/clang/5.0/include/
unwind.h 115 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception
  /prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/
unwind.h 115 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception
  /prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.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/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-3362437/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-3957855/lib64/clang/5.0/include/
unwind.h 115 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception
  /prebuilts/clang/host/linux-x86/clang-3960126/lib64/clang/5.0/include/
unwind.h 115 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception
  /prebuilts/clang/host/linux-x86/clang-3977809/lib64/clang/5.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
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindLevel1-gcc-ext.c 145 ex.exception_class = 0x434C4E47554E5700; // CLNGUNW\0
  /prebuilts/sdk/renderscript/clang-include/
unwind.h 115 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 117 uint64_t exception_class; member in struct:_Unwind_Exception
334 (expToDelete->exception_class == ourBaseExceptionClass)) {
365 (ret->unwindException).exception_class = ourBaseExceptionClass;
546 /// @param exceptionClass exception class (_Unwind_Exception::exception_class)
640 /// @param exceptionClass exception class (_Unwind_Exception::exception_class)
824 /// @param exceptionClass exception class (_Unwind_Exception::exception_class)
    [all...]
  /external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
ExceptionDemo.cpp 120 uint64_t exception_class; member in struct:_Unwind_Exception
339 (expToDelete->exception_class == ourBaseExceptionClass)) {
370 (ret->unwindException).exception_class = ourBaseExceptionClass;
527 /// @param exceptionClass exception class (_Unwind_Exception::exception_class)
614 /// @param exceptionClass exception class (_Unwind_Exception::exception_class)
800 /// @param exceptionClass exception class (_Unwind_Exception::exception_class)
    [all...]

Completed in 2186 milliseconds

1 23 4