/art/runtime/ |
reflection.cc | 94 jclass exception_class = soa.Env()->FindClass("java/lang/reflect/InvocationTargetException"); local 95 jmethodID mid = soa.Env()->GetMethodID(exception_class, "<init>", "(Ljava/lang/Throwable;)V"); 96 jobject exception_instance = soa.Env()->NewObject(exception_class, mid, th);
|
jni_internal_test.cc | 791 #define EXPECT_EXCEPTION(exception_class) \ 797 EXPECT_TRUE(env_->IsInstanceOf(exception, exception_class)); \ 1808 jclass exception_class = env_->FindClass("java\/lang\/RuntimeException"); local 1823 jclass exception_class = env_->FindClass("java\/lang\/RuntimeException"); local [all...] |
jni_internal.h | 62 int ThrowNewException(JNIEnv* env, jclass exception_class, const char* msg, jobject cause);
|
thread.cc | [all...] |
/external/compiler-rt/lib/ |
gcc_personality_v0.c | 42 uint64_t exception_class; member in struct:_Unwind_Exception
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/ |
unwind.h | 86 char exception_class[8]; member in struct:_Unwind_Control_Block
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/ |
unwind-arm-common.h | 86 char exception_class[8]; member in struct:_Unwind_Control_Block
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/ |
unwind.h | 86 char exception_class[8]; member in struct:_Unwind_Control_Block
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/ |
unwind-arm-common.h | 86 char exception_class[8]; member in struct:_Unwind_Control_Block
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/ |
unwind.h | 86 char exception_class[8]; member in struct:_Unwind_Control_Block
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/ |
unwind-arm-common.h | 86 char exception_class[8]; member in struct:_Unwind_Control_Block
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/ |
unwind.h | 86 char exception_class[8]; member in struct:_Unwind_Control_Block
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/ |
unwind-arm-common.h | 86 char exception_class[8]; member in struct:_Unwind_Control_Block
|
/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...] |
/art/runtime/entrypoints/ |
entrypoint_utils.cc | 392 mirror::Class* exception_class = exception->GetClass(); local 396 declares_exception = declared_exception->IsAssignableFrom(exception_class);
|
/external/clang/lib/CodeGen/ |
TargetInfo.h | 61 /// uint64 exception_class;
|
/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/ndk/8/sources/cxx-stl/gabi++/libs/armeabi/ |
libgabi++_shared.so | |
/prebuilts/ndk/8/sources/cxx-stl/gabi++/libs/armeabi-v7a/ |
libgabi++_shared.so | |
/art/runtime/mirror/ |
class.cc | 96 Class* exception_class = old_exception->GetClass(); local 97 if (!eiie_class->IsAssignableFrom(exception_class)) { 98 SetVerifyErrorClass(exception_class);
|
/external/llvm/test/CodeGen/X86/ |
unwindraise.ll | 42 %exception_class = getelementptr inbounds %struct._Unwind_Exception* %exc, i64 0, i32 0 58 %5 = load i64* %exception_class, align 8 147 %22 = load i64* %exception_class, align 8
|
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/ |
unwind.h | 87 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception
|
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include/ |
unwind.h | 87 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception
|
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/ |
unwind.h | 87 _Unwind_Exception_Class exception_class; member in struct:_Unwind_Exception
|