| /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/ |
| unwind.h | 107 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception
|
| /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/ |
| unwind.h | 107 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception
|
| /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/ |
| unwind-arm-common.h | 85 char exception_class[8]; member in struct:_Unwind_Control_Block
|
| /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include/ |
| unwind-arm-common.h | 85 char exception_class[8]; member in struct:_Unwind_Control_Block
|
| /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/ |
| unwind-arm-common.h | 85 char exception_class[8]; member in struct:_Unwind_Control_Block
|
| /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include/ |
| unwind-arm-common.h | 85 char exception_class[8]; member in struct:_Unwind_Control_Block
|
| /prebuilts/sdk/renderscript/clang-include/ |
| unwind.h | 107 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception
|
| /external/libcxxabi/src/ |
| cxa_personality.cpp | 476 if (unwind_exception->exception_class == kOurDependentExceptionClass) [all...] |
| /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
| cxa_personality.cpp | 478 if (unwind_exception->exception_class == kOurDependentExceptionClass) [all...] |
| /art/runtime/entrypoints/ |
| entrypoint_utils.cc | 330 mirror::Class* exception_class = exception->GetClass(); local 334 declares_exception = declared_exception->IsAssignableFrom(exception_class);
|
| /art/runtime/ |
| jni_internal_test.cc | 55 void ExpectException(jclass exception_class) { 60 EXPECT_TRUE(env_->IsInstanceOf(exception, exception_class)); 1554 jclass exception_class = env_->FindClass("java\/lang\/RuntimeException"); local 1569 jclass exception_class = env_->FindClass("java\/lang\/RuntimeException"); local [all...] |
| reflection.cc | 592 jclass exception_class = soa.Env()->FindClass("java/lang/reflect/InvocationTargetException"); local 593 jmethodID mid = soa.Env()->GetMethodID(exception_class, "<init>", "(Ljava/lang/Throwable;)V"); 594 jobject exception_instance = soa.Env()->NewObject(exception_class, mid, th);
|
| thread.cc | [all...] |
| jni_internal.cc | 264 int ThrowNewException(JNIEnv* env, jclass exception_class, const char* msg, jobject cause) 288 jmethodID mid = env->GetMethodID(exception_class, "<init>", signature); 292 << PrettyClass(soa.Decode<mirror::Class*>(exception_class)); 297 env, reinterpret_cast<jthrowable>(env->NewObjectA(exception_class, mid, args))); 742 ScopedLocalRef<jclass> exception_class(env, env->GetObjectClass(exception.get())); 743 jmethodID mid = env->GetMethodID(exception_class.get(), "printStackTrace", "()V"); [all...] |
| class_linker_test.cc | 54 mirror::Class* exception_class = local 56 EXPECT_TRUE(exception->InstanceOf(exception_class)); [all...] |
| /art/runtime/interpreter/ |
| interpreter_common.cc | 412 Handle<mirror::Class> exception_class(hs.NewHandle((*exception_)->GetClass())); 414 found_dex_pc = mirror::ArtMethod::FindCatchBlock(h_method, exception_class, dex_pc, 468 Handle<mirror::Class> exception_class(hs.NewHandle(exception->GetClass())); 470 found_dex_pc = mirror::ArtMethod::FindCatchBlock(h_method, exception_class, dex_pc, [all...] |
| /art/runtime/mirror/ |
| class.cc | 106 Class* exception_class = old_exception->GetClass(); local 107 if (!eiie_class->IsAssignableFrom(exception_class)) { 108 SetVerifyErrorClass(exception_class);
|
| /external/llvm/examples/ExceptionDemo/ |
| ExceptionDemo.cpp | 115 uint64_t exception_class; member in struct:_Unwind_Exception 332 (expToDelete->exception_class == ourBaseExceptionClass)) { 363 (ret->unwindException).exception_class = ourBaseExceptionClass; 544 /// @param exceptionClass exception class (_Unwind_Exception::exception_class) 638 /// @param exceptionClass exception class (_Unwind_Exception::exception_class) 822 /// @param exceptionClass exception class (_Unwind_Exception::exception_class) [all...] |