Home
last modified time | relevance | path

Searched refs:exception (Results 151 – 165 of 165) sorted by relevance

1234567

/art/test/ti-agent/
Dsuspend_event_helper.cc117 jobject exception ATTRIBUTE_UNUSED) { in cbExceptionCatch()
135 jobject exception ATTRIBUTE_UNUSED, in cbException()
/art/runtime/verifier/
Dmethod_verifier.cc3808 const RegType& exception = in HandleMoveException() local
3810 if (!reg_types_.JavaLangThrowable(false).IsAssignableFrom(exception, this)) { in HandleMoveException()
3811 DCHECK(!exception.IsUninitializedTypes()); // Comes from dex, shouldn't be uninit. in HandleMoveException()
3812 if (exception.IsUnresolvedTypes()) { in HandleMoveException()
3814 unresolved = &exception; in HandleMoveException()
3816 unresolved = &unresolved->SafeMerge(exception, &reg_types_, this); in HandleMoveException()
3820 << exception; in HandleMoveException()
3824 common_super = &exception; in HandleMoveException()
3825 } else if (common_super->Equals(exception)) { in HandleMoveException()
3828 common_super = &common_super->Merge(exception, &reg_types_, this); in HandleMoveException()
/art/test/dexdump/
Dinvoke-custom.txt781 00193c: 0d00 |000a: move-exception v0
793 00196c: 0d00 |0022: move-exception v0
805 00199c: 0d00 |003a: move-exception v0
886 001a4a: 0d01 |0017: move-exception v1
888 001a50: 1a03 2100 |001a: const-string v3, "Caught exception from unini…
909 001aa6: 0d01 |0045: move-exception v1
911 001aac: 1a03 2100 |0048: const-string v3, "Caught exception from unini…
1771 002006: 0d00 |0011: move-exception v0
1782 002036: 0d00 |0029: move-exception v0
1793 002066: 0d00 |0041: move-exception v0
[all …]
Dcheckers.txt937 001e38: 0d00 |021e: move-exception v0
1366 00237a: 0d00 |0119: move-exception v0
1369 002380: 0d00 |011c: move-exception v0
1374 00238e: 0d00 |0123: move-exception v0
1468 002480: 0d00 |0044: move-exception v0
1867 0029de: 0d00 |0057: move-exception v0
1904 002a3e: 0d00 |000f: move-exception v0
2335 002f8a: 0d00 |0061: move-exception v0
2464 003156: 0d00 |00a7: move-exception v0
2521 0031d2: 0d00 |0013: move-exception v0
[all …]
Dall.txt418 000756: 0d00 |0015: move-exception v0
Dbytecodes.txt566 000be2: 0d00 |009f: move-exception v0
571 000bf0: 0d01 |00a6: move-exception v1
771 000e7c: 0d00 |00ec: move-exception v0
/art/runtime/
Dinstrumentation.h175 bool PopFramesTo(uintptr_t stack_pointer, /*in-out*/MutableHandle<mirror::Throwable>& exception)
Dclass_linker_test.cc71 Handle<mirror::Object> exception = hs.NewHandle<mirror::Object>(self->GetException()); in AssertNonExistentClass() local
75 EXPECT_TRUE(exception->InstanceOf(exception_class)); in AssertNonExistentClass()
/art/runtime/jit/
Djit.cc353 mirror::Throwable* exception = self->GetException(); in CompileMethod() local
357 << exception->Dump(); in CompileMethod()
/art/openjdkjvmti/
DOpenjdkJvmTi.cc190 static jvmtiError StopThread(jvmtiEnv* env, jthread thread, jobject exception) { in StopThread() argument
193 return ThreadUtil::StopThread(env, thread, exception); in StopThread()
/art/compiler/jni/
Djni_compiler_test.cc1167 ScopedLocalRef<jthrowable> exception(env_, env_->ExceptionOccurred()); in ExceptionHandlingImpl() local
1169 EXPECT_TRUE(env_->IsInstanceOf(exception.get(), jlre.get())); in ExceptionHandlingImpl()
/art/compiler/optimizing/
Dinstruction_builder.cc3360 HInstruction* exception = LoadLocal(instruction.VRegA_11x(), DataType::Type::kReference); in ProcessDexInstruction() local
3361 AppendInstruction(new (allocator_) HThrow(exception, dex_pc)); in ProcessDexInstruction()
Dnodes.h7210 HThrow(HInstruction* exception, uint32_t dex_pc) in HThrow() argument
7212 SetRawInputAt(0, exception); in HThrow()
/art/test/510-checker-try-catch/smali/
DBuilder.smali1381 move-exception v0
/art/runtime/jni/
Dcheck_jni.cc1355 mirror::Throwable* exception = self->GetException(); in CheckThread() local
1358 exception->Dump().c_str()); in CheckThread()

1234567