Home
last modified time | relevance | path

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

1234567

/art/test/1969-force-early-return-void/
Dexpected.txt49 Test stopped during Method Exit due to exception thrown in same function
51 Uncaught exception in thread Thread[Test1969 target thread - 16,5,main] - art.Test1969$ExceptionOnc…
61 Test stopped during Method Exit due to exception thrown in subroutine
63 Uncaught exception in thread Thread[Test1969 target thread - 18,5,main] - art.Test1969$ExceptionOnc…
74 Test stopped during notifyFramePop with exception on pop of calledFunction
81 Test stopped during notifyFramePop with exception on pop of doThrow
/art/test/1968-force-early-return/
Dexpected.txt49 Test stopped during Method Exit due to exception thrown in same function
51 Uncaught exception in thread Thread[Test1968 target thread - 16,5,main] - art.Test1968$ExceptionOnc…
61 Test stopped during Method Exit due to exception thrown in subroutine
63 Uncaught exception in thread Thread[Test1968 target thread - 18,5,main] - art.Test1968$ExceptionOnc…
74 Test stopped during notifyFramePop with exception on pop of calledFunction
81 Test stopped during notifyFramePop with exception on pop of doThrow
/art/test/162-method-resolution/jasmin/
DTest5User.j34 pop ; Pops the exception or the bogus operand from above.
/art/runtime/
Dquick_exception_handler.cc68 Handle<mirror::Throwable>* exception, in CatchBlockStackVisitor() argument
73 exception_(exception), in CatchBlockStackVisitor()
148 void QuickExceptionHandler::FindCatch(ObjPtr<mirror::Throwable> exception) { in FindCatch() argument
155 MutableHandle<mirror::Throwable> exception_ref(hs.NewHandle(exception)); in FindCatch()
Dthread.h451 return tlsPtr_.exception != nullptr; in IsExceptionPending()
459 return tlsPtr_.exception; in GetException()
479 tlsPtr_.exception = nullptr; in ClearException()
507 bool IsExceptionThrownByCurrentMethod(ObjPtr<mirror::Throwable> exception) const
774 return ThreadOffsetFromTlsPtr<pointer_size>(OFFSETOF_MEMBER(tls_ptr_sized_values, exception)); in ExceptionOffset()
1029 ObjPtr<mirror::Throwable> exception,
1034 ObjPtr<mirror::Throwable>* exception,
1663 tls_ptr_sized_values() : card_table(nullptr), exception(nullptr), stack_end(nullptr), in PACKED()
1685 mirror::Throwable* exception; in PACKED() local
/art/test/523-checker-can-throw-regression/smali/
DTest.smali41 move-exception v0
/art/runtime/interpreter/mterp/x86_64ng/
Dcontrol_flow.S176 GET_VREG %edi, rINSTq # edi<- vAA (exception object)
/art/dt_fd_forward/
DNOTICE15 particular file as subject to the "Classpath" exception as provided
/art/openjdkjvmti/
DNOTICE14 particular file as subject to the "Classpath" exception as provided
Dti_thread.h127 static jvmtiError StopThread(jvmtiEnv* env, jthread thr, jobject exception);
/art/openjdkjvm/
DNOTICE14 particular file as subject to the "Classpath" exception as provided
/art/test/552-checker-primitive-typeprop/smali/
DSsaBuilder.smali19 # following test case throws an exception and uses v0 afterwards. However, v0
/art/test/804-class-extends-itself/smali/
DMain.smali51 move-exception v1
/art/test/988-method-trace/src/art/
DTest988.java311 public static void notifyMethodExit(Executable m, boolean exception, Object result) {
318 if (exception) {
/art/tools/ahat/
DREADME.txt43 * Visit /objects without parameters and verify it doesn't throw an exception.
44 * Visit /objects with an invalid site, verify it doesn't throw an exception.
/art/test/1953-pop-frame/
Dexpected.txt31 Test stopped during Method Exit due to exception thrown in same function
34 Test stopped during Method Exit due to exception thrown in subroutine
/art/test/utils/
Dregen-test-files89 art-run-test-1927-exception-event
90 art-run-test-1928-exception-event-exception
/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.cc72 ArmVIXLJNIMacroAssembler::ArmException>& exception : exception_blocks_) { in FinalizeCode() local
73 EmitExceptionPoll(exception.get()); in FinalizeCode()
974 ArmVIXLJNIMacroAssembler::ArmException* exception) { in EmitExceptionPoll() argument
975 ___ Bind(exception->Entry()); in EmitExceptionPoll()
976 if (exception->stack_adjust_ != 0) { // Fix up the frame. in EmitExceptionPoll()
977 DecreaseFrameSize(exception->stack_adjust_); in EmitExceptionPoll()
980 vixl32::Register scratch = exception->scratch_; in EmitExceptionPoll()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h454 ObjPtr<mirror::Throwable> exception = self->GetException(); in MOVE_EXCEPTION() local
455 DCHECK(exception != nullptr) << "No pending exception on MOVE_EXCEPTION instruction"; in MOVE_EXCEPTION()
456 SetVRegReference(A(), exception); in MOVE_EXCEPTION()
803 ObjPtr<mirror::Object> exception = GetVRegReference(A()); in THROW() local
804 if (UNLIKELY(exception == nullptr)) { in THROW()
806 } else if (do_assignability_check && !exception->GetClass()->IsThrowableClass()) { in THROW()
811 exception->GetClass()->GetDescriptor(&temp)); in THROW()
813 self->SetException(exception->AsThrowable()); in THROW()
/art/runtime/interpreter/mterp/x86_64/
Dcontrol_flow.S201 GET_VREG %eax, rINSTq # eax<- vAA (exception object)
/art/runtime/interpreter/mterp/arm/
Darray.S202 cmp r0, #0 @ 0 means an exception is thrown
203 beq MterpPossibleException @ exception?
/art/test/115-native-bridge/
Dexpected.txt72 Catch UnsatisfiedLinkError exception as expected.
/art/test/ti-agent/
Dexceptions_helper.cc110 jclass exception ATTRIBUTE_UNUSED, in Java_art_Exceptions_setupExceptionTracing()
/art/runtime/interpreter/mterp/x86/
Dcontrol_flow.S214 GET_VREG %eax, rINST # eax<- vAA (exception object)
/art/dex2oat/driver/
Dcompiler_driver_test.cc188 jthrowable exception = env_->ExceptionOccurred(); in TEST_F() local
191 EXPECT_TRUE(env_->IsInstanceOf(exception, jlame)); in TEST_F()

1234567